add lunaix dynamic linker as submodule
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index fc0ef1ceeedce13b2a66702ba2ae9ffa1877da58..8b0c0d62dab1d526f03914b3e340419b4728b8c7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __LUNAIX_TYPES_H
 #define __LUNAIX_TYPES_H
 
+#include <lunaix/compiler.h>
 #include <stdarg.h>
 #include <stddef.h>
 #include <usr/lunaix/types.h>
@@ -22,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 */