From 160fb63ee0c72f165ab131c4d725d9badaa646ab Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Mon, 12 Sep 2022 10:39:30 +0000 Subject: acpi: Link translator to libacpica and provide RPCs Provides two new acpi RPCs to sleep the machine and to get the irq of any pci device. ACPI mode is enabled by default when the translator is started. NB: Merging this commit means libacpica is a build dep. Message-Id: <20220912103837.556815-2-damien@zamaudio.com> --- acpi/func_files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acpi/func_files.h') diff --git a/acpi/func_files.h b/acpi/func_files.h index 90d92cc3..adc81cf7 100644 --- a/acpi/func_files.h +++ b/acpi/func_files.h @@ -23,7 +23,7 @@ #define FUNC_FILES_H #include -#include +#include "myacpi.h" typedef int (*acpi_read_op_t) (struct acpi_table *t, void *data, off_t offset, size_t *len); -- cgit v1.2.3