diff options
Diffstat (limited to 'src/kernel/pmap.h')
-rw-r--r-- | src/kernel/pmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/pmap.h b/src/kernel/pmap.h index 1016de3..ae58a6c 100644 --- a/src/kernel/pmap.h +++ b/src/kernel/pmap.h @@ -14,4 +14,4 @@ void *allocate_kernel_pages(uint32_t n) __attribute__ ((malloc)); void *allocate_user_pages(uint32_t n) __attribute__ ((malloc)); void free_pages(const void *ptr, uint32_t n); -#endif
\ No newline at end of file +#endif |