diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
| commit | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (patch) | |
| tree | 8ea63301dae5ba65ee92876f87dc501d032130d0 /api/efi/acpi.h | |
| parent | eb022d780afe1e5e92547b6b3c2369dde1c4cc0b (diff) | |
use homespun efi code
Diffstat (limited to 'api/efi/acpi.h')
| -rw-r--r-- | api/efi/acpi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/api/efi/acpi.h b/api/efi/acpi.h new file mode 100644 index 0000000..29cbc87 --- /dev/null +++ b/api/efi/acpi.h @@ -0,0 +1,10 @@ +#pragma once + +#define EFI_ACPI_TABLE_GUID {0x8868e871,0xe4f1,0x11d3,{0xbc,0x22,0x00,0x80,0xc7,0x3c,0x88,0x81}} + +#define EFI_ACPI_20_TABLE_GUID EFI_ACPI_TABLE_GUID + +#define ACPI_TABLE_GUID {0xeb9d2d30,0x2d88,0x11d3,{0x9a,0x16,0x00,0x90,0x27,0x3f,0xc1,0x4d}} + +#define ACPI_10_TABLE_GUID ACPI_TABLE_GUID + |
