aboutsummaryrefslogtreecommitdiff
path: root/sys/include/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/firmware')
-rw-r--r--sys/include/firmware/acpi/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h
index d0866d5..049ea58 100644
--- a/sys/include/firmware/acpi/acpi.h
+++ b/sys/include/firmware/acpi/acpi.h
@@ -38,5 +38,6 @@ 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);
+void acpi_parse_madt(void);
#endif /* !_ACPI_ACPI_H_ */