Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) |
#define | min(x, y) |
#define | max(x, y) |
Typedefs | |
typedef unsigned char | u8 |
typedef unsigned short | u16 |
typedef unsigned int | u32 |
typedef unsigned long long | u64 |
typedef signed char | s8 |
typedef short | s16 |
typedef int | s32 |
typedef long long | s64 |