refactor: separate syscall interfaces from kernel space, into posix compliant structure.
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index 0bb6ac4821a8951ac3258bc01cde2c4d93297266..46b1500ae442ae8c63cae2f627cb92a43466e8a8 100644 (file)
@@ -1,14 +1,6 @@
 #ifndef __LUNAIX_FOPTIONS_H
 #define __LUNAIX_FOPTIONS_H
 
 #ifndef __LUNAIX_FOPTIONS_H
 #define __LUNAIX_FOPTIONS_H
 
-#define FO_CREATE 0x1
-#define FO_APPEND 0x2
-#define FO_DIRECT 0x4
-
-#define FSEEK_SET 0x1
-#define FSEEK_CUR 0x2
-#define FSEEK_END 0x3
-
-#define MNT_RO 0x1
+#include <usr/fcntl_defs.h>
 
 #endif /* __LUNAIX_FOPTIONS_H */
 
 #endif /* __LUNAIX_FOPTIONS_H */