fix: separate any i/o to sequential device from caching layer
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index e91025ad920f8641346d0eae509f6cf5f906a52f..3069a833bdb9b78d9eb20889fa012a8ffcbf17b7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __LUNAIX_TYPES_H
 #define __LUNAIX_TYPES_H
 
+#include <stddef.h>
 #include <stdint.h>
 
 #define PEXITTERM 0x100
@@ -20,5 +21,6 @@
 // TODO: WTERMSIG
 
 typedef int32_t pid_t;
+typedef int64_t lba_t;
 
 #endif /* __LUNAIX_TYPES_H */