X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..b297c96099a08a9f2b7e20e80a8f43515fabd714:/lunaix-os/includes/lunaix/types.h diff --git a/lunaix-os/includes/lunaix/types.h b/lunaix-os/includes/lunaix/types.h index e065273..fe06333 100644 --- a/lunaix-os/includes/lunaix/types.h +++ b/lunaix-os/includes/lunaix/types.h @@ -2,6 +2,7 @@ #define __LUNAIX_TYPES_H #include +#include #include #include @@ -15,6 +16,9 @@ typedef unsigned int u32_t; typedef unsigned long ptr_t; typedef unsigned long reg_t; +typedef unsigned int uid_t; +typedef unsigned int gid_t; + #ifndef CONFIG_ARCH_BITS_64 typedef unsigned long long u64_t; #else