#include <sys/types.h>

Go to the source code of this file.
Typedefs | |
| typedef unsigned long long | vma_t |
| typedef u64 | count_type |
| typedef unsigned char | u8 |
| typedef unsigned short | u16 |
| typedef unsigned int | u32 |
| typedef unsigned long long | u64 |
| typedef int | fd_t |
General-utility types
Definition in file op_types.h.
| typedef u64 count_type |
generic type to hold a sample count in pp tools
Definition at line 31 of file op_types.h.
| typedef int fd_t |
Definition at line 24 of file op_types.h.
| typedef unsigned short u16 |
Definition at line 21 of file op_types.h.
| typedef unsigned int u32 |
Definition at line 22 of file op_types.h.
| typedef unsigned long long u64 |
Definition at line 23 of file op_types.h.
| typedef unsigned char u8 |
Definition at line 20 of file op_types.h.
| typedef unsigned long long vma_t |
generic type for holding addresses
Definition at line 28 of file op_types.h.
1.6.1