git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: one more step towards arch-agnostic design
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
types.h
diff --git
a/lunaix-os/includes/lunaix/types.h
b/lunaix-os/includes/lunaix/types.h
index 1d6556b804cb4a10dadc5a5920dfd3a65f412407..8b0c0d62dab1d526f03914b3e340419b4728b8c7 100644
(file)
--- a/
lunaix-os/includes/lunaix/types.h
+++ b/
lunaix-os/includes/lunaix/types.h
@@
-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 */