]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/types.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / i386 / types.h
index eec91fb3e1156a90219e274e500151ae05278f05..30f0bc5910447fbd48ae6f367b2713c413aec605 100644 (file)
 #include <sys/_types/_int32_t.h>
 #include <sys/_types/_int64_t.h>
 
-typedef        unsigned char           u_int8_t;
-typedef        unsigned short          u_int16_t;
-typedef        unsigned int            u_int32_t;
-typedef        unsigned long long      u_int64_t;
+#include <sys/_types/_u_int8_t.h>
+#include <sys/_types/_u_int16_t.h>
+#include <sys/_types/_u_int32_t.h>
+#include <sys/_types/_u_int64_t.h>
 
 #if __LP64__
 typedef int64_t                        register_t;