diff options
Diffstat (limited to 'sys/include/firmware/acpi/acpi.h')
-rw-r--r-- | sys/include/firmware/acpi/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h index 0946f6f..193fc56 100644 --- a/sys/include/firmware/acpi/acpi.h +++ b/sys/include/firmware/acpi/acpi.h @@ -36,7 +36,9 @@ #include <sys/types.h> void acpi_init(void); +void *acpi_query(const char *query); bool acpi_is_checksum_valid(struct acpi_header *hdr); struct acpi_root_sdt *acpi_get_root_sdt(void); +size_t acpi_get_root_sdt_len(void); #endif /* !_ACPI_ACPI_H_ */ |