X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/45e1f8b055043e54be35462852ab6649d634da7c..81ecfb6240fdd3a8229f0740242612212e062a6c:/lunaix-os/includes/lunaix/types.h diff --git a/lunaix-os/includes/lunaix/types.h b/lunaix-os/includes/lunaix/types.h index 5a6fb90..8b0c0d6 100644 --- a/lunaix-os/includes/lunaix/types.h +++ b/lunaix-os/includes/lunaix/types.h @@ -1,9 +1,10 @@ #ifndef __LUNAIX_TYPES_H #define __LUNAIX_TYPES_H +#include #include #include -#include +#include #define PACKED __attribute__((packed)) @@ -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 */