|
PatchworkOS
|
Cached ACPI table. More...
#include <tables.h>
Data Fields | |
| sdt_header_t * | table |
| dentry_t * | file |
| The sysfs file representing the table. | |
Cached ACPI table.
This structure is used to cache ACPI tables that have been loaded.
| dentry_t* acpi_cached_table_t::file |
The sysfs file representing the table.
Definition at line 261 of file tables.h.
Referenced by acpi_tables_expose().
| sdt_header_t* acpi_cached_table_t::table |
Definition at line 260 of file tables.h.
Referenced by acpi_tables_expose(), acpi_tables_init(), acpi_tables_lookup(), and acpi_tables_push().