55#ifndef _BSDTYPES_DEFINED
58#define __u_char_defined
59#define __u_short_defined
60#define __u_int_defined
61#define __u_long_defined
62#define __ushort_defined
74#define _BSDTYPES_DEFINED
95#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:86
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:82
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
unsigned long u_long
BSD-style unsigned long.
Definition types.h:69
unsigned int uint
BSD-style unsigned integer.
Definition types.h:71
volatile uint32 vuint32
32-bit volatile unsigned type
Definition types.h:43
unsigned short u_short
BSD-style unsigned short.
Definition types.h:67
volatile uint8 vuint8
8-bit volatile unsigned type
Definition types.h:45
unsigned short ushort
BSD-style unsigned short.
Definition types.h:70
volatile uint64 vuint64
64-bit volatile unsigned type
Definition types.h:42
unsigned int u_int
BSD-style unsigned integer.
Definition types.h:68
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:85
unsigned char u_char
BSD-style unsigned char.
Definition types.h:66
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