|
PatchworkOS
|
ACPI System Description Table handler. More...
#include <tables.h>
Data Fields | |
| const char * | signature |
| The signature of the table to handle. | |
| uint64_t(* | init )(sdt_header_t *table) |
| The handler function to call when the table is first loaded. | |
ACPI System Description Table handler.
This structure is used to register handlers for specific ACPI tables.
| uint64_t(* acpi_sdt_handler_t::init) (sdt_header_t *table) |
| const char* acpi_sdt_handler_t::signature |