feat: simple read/write lock implementation
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index 4a1f275d290037ce1732b2120eac36009ace6c13..fbe7e1e33880dd539f92c8ccb576214478bb7417 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __LUNAIX_TYPES_H
 #define __LUNAIX_TYPES_H
 
+#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 
@@ -21,5 +22,6 @@
 // TODO: WTERMSIG
 
 typedef int32_t pid_t;
+typedef int64_t lba_t;
 
 #endif /* __LUNAIX_TYPES_H */