iPXE
|
Standard do-nothing ACPI interface. More...
Go to the source code of this file.
Macros | |
#define | ACPI_PREFIX_null __null_ |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static | __attribute__ ((always_inline)) userptr_t ACPI_INLINE(null |
static | acpi_find (uint32_t signature __unused, unsigned int index __unused) |
Locate ACPI table. More... | |
Standard do-nothing ACPI interface.
Definition in file null_acpi.h.
#define ACPI_PREFIX_null __null_ |
Definition at line 15 of file null_acpi.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
static acpi_find | ( | uint32_t | signature, |
unsigned int | index | ||
) |
Locate ACPI table.
signature | Requested table signature |
index | Requested index of table with this signature |
table | Table, or UNULL if not found |
Definition at line 19 of file null_acpi.h.
References acpi_find_via_rsdt(), index, signature, and UNULL.