|
XenevaOS
|
Go to the source code of this file.
Macros | |
| #define | DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED |
| #define | ACPI_EFI_API |
| #define | VOID void |
| #define | ACPI_MACHINE_WIDTH 32 |
| #define | UINTN uint32_t |
| #define | INTN int32_t |
| #define | ACPI_EFI_ERR(a) (0x80000000 | a) |
| #define | CHAR16 uint16_t |
| #define | uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) |
| #define | FILE ACPI_EFI_FILE |
Typedefs | |
| typedef union acpi_efi_file | ACPI_EFI_FILE |
Variables | |
| struct _ACPI_EFI_SYSTEM_TABLE * | ST |
| struct _ACPI_EFI_BOOT_SERVICES * | BS |
| struct _ACPI_EFI_RUNTIME_SERVICES * | RT |
| FILE * | stdin |
| FILE * | stdout |
| FILE * | stderr |
| #define ACPI_EFI_API |
| #define ACPI_EFI_ERR | ( | a | ) | (0x80000000 | a) |
| #define ACPI_MACHINE_WIDTH 32 |
| #define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED |
| #define FILE ACPI_EFI_FILE |
| #define uefi_call_wrapper | ( | func, | |
| va_num, | |||
| ... | |||
| ) | func(__VA_ARGS__) |
| #define VOID void |
| typedef union acpi_efi_file ACPI_EFI_FILE |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |