iPXE
|
#include <bits/stdint.h>
Go to the source code of this file.
Macros | |
#define | __SIZE_TYPE__ unsigned long /* safe choice on most systems */ |
Typedefs | |
typedef int8_t | s8 |
typedef uint8_t | u8 |
typedef int16_t | s16 |
typedef uint16_t | u16 |
typedef int32_t | s32 |
typedef uint32_t | u32 |
typedef int64_t | s64 |
typedef uint64_t | u64 |
typedef int8_t | int8 |
typedef uint8_t | uint8 |
typedef int16_t | int16 |
typedef uint16_t | uint16 |
typedef int32_t | int32 |
typedef uint32_t | uint32 |
typedef int64_t | int64 |
typedef uint64_t | uint64 |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
#define __SIZE_TYPE__ unsigned long /* safe choice on most systems */ |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |