refactor: replace all stdint::uint32_t into short and more manageable u32_t
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index f43fb10fb884e500245fb88c72f847813895946e..0bb6ac4821a8951ac3258bc01cde2c4d93297266 100644 (file)
@@ -9,4 +9,6 @@
 #define FSEEK_CUR 0x2
 #define FSEEK_END 0x3
 
+#define MNT_RO 0x1
+
 #endif /* __LUNAIX_FOPTIONS_H */