70#define BYTE_ORDER LITTLE_ENDIAN
unsigned short uint16
16-bit unsigned integer
Definition types.h:34
unsigned long long uint64
64-bit unsigned integer
Definition types.h:32
handle_t prio_t
Priority value type.
Definition types.h:61
short int16
16-bit signed integer
Definition types.h:38
unsigned long uint32
32-bit unsigned integer
Definition types.h:33
long int32
32-bit signed integer
Definition types.h:37
int handle_t
Generic "handle" type.
Definition types.h:57
uint32 ptr_t
Pointer arithmetic type.
Definition types.h:52
volatile int64 vint64
64-bit volatile signed type
Definition types.h:46
volatile uint16 vuint16
16-bit volatile unsigned type
Definition types.h:44
volatile int8 vint8
8-bit volatile signed type
Definition types.h:49
volatile uint32 vuint32
32-bit volatile unsigned type
Definition types.h:43
volatile uint8 vuint8
8-bit volatile unsigned type
Definition types.h:45
volatile uint64 vuint64
64-bit volatile unsigned type
Definition types.h:42
unsigned char uint8
8-bit unsigned integer
Definition types.h:35
volatile int32 vint32
32-bit volatile signed type
Definition types.h:47
handle_t tid_t
Thread ID type.
Definition types.h:60
char int8
8-bit signed integer
Definition types.h:39
long long int64
64-bit signed integer
Definition types.h:36
volatile int16 vint16
16-bit volatile signed type
Definition types.h:48