30 #ifndef __PC_GENERIC_H
31 #define __PC_GENERIC_H
34 typedef unsigned short int uint16_t;
35 typedef unsigned int uint32_t;
36 typedef unsigned long long uint64;
37 typedef signed char int8_t;
38 typedef signed short int int16_t;
39 typedef signed int int32_t;
40 typedef signed long long int64;
42 #endif //__PC_GENERIC_H