|
iPXE
|
iPXE ACPI API for EFI More...
Go to the source code of this file.
Macros | |
| #define | ACPI_PREFIX_efi __efi_ |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static | __attribute__ ((always_inline)) const struct acpi_header *ACPI_INLINE(efi |
| Locate ACPI table. | |
| static | acpi_find (uint32_t signature, unsigned int index) |
iPXE ACPI API for EFI
Definition in file efi_acpi.h.
| #define ACPI_PREFIX_efi __efi_ |
Definition at line 16 of file efi_acpi.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
inlinestatic |
Locate ACPI table.
| signature | Requested table signature |
| index | Requested index of table with this signature |
| table | Table, or NULL if not found |
Definition at line 27 of file efi_acpi.h.
References acpi_find(), acpi_find_via_rsdt(), index, and signature.