aboutsummaryrefslogtreecommitdiff
path: root/sys/include/firmware/acpi/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/firmware/acpi/acpi.h')
-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 b3416f4..66a955f 100644
--- a/sys/include/firmware/acpi/acpi.h
+++ b/sys/include/firmware/acpi/acpi.h
@@ -41,5 +41,6 @@ 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(struct cpu_info *ci);
+void *acpi_get_lapic_base(void);
#endif /* !_ACPI_ACPI_H_ */