You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
typedef unsigned int uint; |
|
typedef unsigned short ushort; |
|
typedef unsigned char uchar; |
|
|
|
typedef unsigned char uint8; |
|
typedef unsigned short uint16; |
|
typedef unsigned int uint32; |
|
typedef unsigned long uint64; |
|
|
|
typedef uint64 pde_t;
|
|
|