Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | BITS64 |
#define | LIT64(a) a##LL |
#define | INLINE static inline |
Typedefs | |
typedef char | flag |
typedef unsigned char | uint8 |
typedef signed char | int8 |
typedef int | uint16 |
typedef int | int16 |
typedef unsigned int | uint32 |
typedef signed int | int32 |
typedef unsigned long long int | bits64 |
typedef signed long long int | sbits64 |
typedef unsigned char | bits8 |
typedef signed char | sbits8 |
typedef unsigned short int | bits16 |
typedef signed short int | sbits16 |
typedef unsigned int | bits32 |
typedef signed int | sbits32 |
typedef unsigned long long int | uint64 |
typedef signed long long int | int64 |