fix: separate any i/o to sequential device from caching layer
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index 4a1f275d290037ce1732b2120eac36009ace6c13..3069a833bdb9b78d9eb20889fa012a8ffcbf17b7 100644 (file)
@@ -21,5 +21,6 @@
 // TODO: WTERMSIG
 
 typedef int32_t pid_t;
+typedef int64_t lba_t;
 
 #endif /* __LUNAIX_TYPES_H */