File indexing completed on 2024-05-05 04:52:05

0001 #ifdef __linux__
0002 #include <linux/types.h>
0003 #else
0004 #ifndef LINUX_TYPES_ADDED
0005 #define LINUX_TYPES_ADDED
0006 #include <sys/types.h>
0007 typedef uint64_t __u64;
0008 typedef uint32_t __u32;
0009 typedef uint16_t __u16;
0010 typedef uint8_t __u8;
0011 typedef int64_t __s64;
0012 #endif
0013 #endif