refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / includes / fcntl_defs.h
diff --git a/lunaix-os/usr/includes/fcntl_defs.h b/lunaix-os/usr/includes/fcntl_defs.h
deleted file mode 100644 (file)
index 01930cb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __LUNAIX_SYS_FCNTL_DEFS_H
-#define __LUNAIX_SYS_FCNTL_DEFS_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
-
-#endif /* __LUNAIX_FNCTL_DEFS_H */