feat: open(2), close(2), mkdir(2) and readdir(2) syscall
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
diff --git a/lunaix-os/includes/lunaix/foptions.h b/lunaix-os/includes/lunaix/foptions.h
new file mode 100644 (file)
index 0000000..6d6d2d3
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __LUNAIX_FOPTIONS_H
+#define __LUNAIX_FOPTIONS_H
+
+#define FO_CREATE 0x1
+#define FO_APPEND 0x2
+
+#endif /* __LUNAIX_FOPTIONS_H */