Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / block / blkpart_gpt.c
index c9894564d2603984c49b4473fa3a714b3022f81a..4ffff4deb2864f3ca76311acc5114bb2a92d3fa2 100644 (file)
@@ -5,9 +5,9 @@
 #include <lunaix/status.h>
 #include <lunaix/syslog.h>
 
 #include <lunaix/status.h>
 #include <lunaix/syslog.h>
 
-#include <sys/muldiv64.h>
+#include <asm/muldiv64.h>
 
 
-#include <lib/crc.h>
+#include <klibc/crc.h>
 
 #define GPT_BLKSIZE 512
 #define LBA2OFF(lba) ((lba) * GPT_BLKSIZE)
 
 #define GPT_BLKSIZE 512
 #define LBA2OFF(lba) ((lba) * GPT_BLKSIZE)