diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
| commit | f82465735f0ba37c4ba202875936562c02538d5b (patch) | |
| tree | d39de345ca87228d870465e4f28a4e22e3bf7c79 /api/efi/acpi.h | |
| parent | 26f81e50066e5bb7aeae218094e0f834c405a8c1 (diff) | |
| parent | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (diff) | |
Merge branch 'gnu-efi-gone'
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 + |
