feat: better rtc framework which aims to remove single rtc restrictions.
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index 0bb6ac4821a8951ac3258bc01cde2c4d93297266..38b055a9d18dd1b3a73ed6e7cccf02b3bb38361a 100644 (file)
@@ -1,14 +1,6 @@
 #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/lunaix/fcntl_defs.h>
 
 #endif /* __LUNAIX_FOPTIONS_H */