refactor: separate syscall interfaces from kernel space, into posix compliant structure.
[lunaix-os.git] / lunaix-os / kernel / device / devfs.c
index c265c4b36aa3b08e4e2b598ad8edd57da28b7b6e..69de7fa62cb2fa29b56bf7eaaead3b483252975d 100644 (file)
@@ -1,9 +1,10 @@
 #include <lunaix/device.h>
-#include <lunaix/dirent.h>
 #include <lunaix/fs.h>
 #include <lunaix/fs/devfs.h>
 #include <lunaix/spike.h>
 
+#include <usr/sys/dirent_defs.h>
+
 extern struct v_inode_ops devfs_inode_ops;
 extern struct v_file_ops devfs_file_ops;