refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index 1d6556b804cb4a10dadc5a5920dfd3a65f412407..8b0c0d62dab1d526f03914b3e340419b4728b8c7 100644 (file)
@@ -23,6 +23,8 @@ typedef int pid_t;
 typedef unsigned long size_t;
 typedef unsigned long off_t;
 
+typedef unsigned int cpu_t;
+
 typedef u64_t lba_t;
 
 #endif /* __LUNAIX_TYPES_H */