|
ReactOS 0.4.16-dev-2150-gae3aee6
|
#include <stdbool.h>#include <stdint.h>#include <stddef.h>#include <stdarg.h>#include <uacpi/helpers.h>

Go to the source code of this file.
Macros | |
| #define | UACPI_TRUE true |
| #define | UACPI_FALSE false |
| #define | UACPI_NULL NULL |
| #define | uacpi_va_start va_start |
| #define | uacpi_va_end va_end |
| #define | uacpi_va_arg va_arg |
| #define | uacpi_offsetof offsetof |
| #define | UACPI_PRIu64 "llu" |
| #define | UACPI_PRIx64 "llx" |
| #define | UACPI_PRIX64 "llX" |
| #define | UACPI_FMT64(val) ((unsigned long long)(val)) |
Typedefs | |
| typedef uint8_t | uacpi_u8 |
| typedef uint16_t | uacpi_u16 |
| typedef uint32_t | uacpi_u32 |
| typedef uint64_t | uacpi_u64 |
| typedef int8_t | uacpi_i8 |
| typedef int16_t | uacpi_i16 |
| typedef int32_t | uacpi_i32 |
| typedef int64_t | uacpi_i64 |
| typedef bool | uacpi_bool |
| typedef uintptr_t | uacpi_uintptr |
| typedef uacpi_uintptr | uacpi_virt_addr |
| typedef size_t | uacpi_size |
| typedef va_list | uacpi_va_list |
| typedef char | uacpi_char |
Functions | |
| UACPI_BUILD_BUG_ON_WITH_MSG (sizeof(unsigned long long)< 8, "unsigned long long must be at least 64 bits large as per C99") | |
| typedef bool uacpi_bool |
| typedef char uacpi_char |
| typedef size_t uacpi_size |
| typedef uintptr_t uacpi_uintptr |
| typedef va_list uacpi_va_list |
| typedef uacpi_uintptr uacpi_virt_addr |
| UACPI_BUILD_BUG_ON_WITH_MSG | ( | ) |