renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / kernel / mm / mmap.c
index 972bbee150b80bfdbca41bd41a1489d6852b76f3..ac23bd6ffe0509d0e27e328b11eed9b1ee1a6ba7 100644 (file)
@@ -5,9 +5,9 @@
 #include <lunaix/syscall.h>
 #include <lunaix/syscall_utils.h>
 
-#include <sys/mm/mm_defs.h>
+#include <asm/mm_defs.h>
 
-#include <usr/lunaix/mann_flags.h>
+#include <usr/lunaix/mman.h>
 
 // any size beyond this is bullshit
 #define BS_SIZE (KERNEL_RESIDENT - USR_MMAP)