diff options
author | ian <ian> | 2023-07-17 02:24:46 +0000 |
---|---|---|
committer | ian <ian> | 2023-07-17 02:24:46 +0000 |
commit | 27b4fbd7cc099ed3c08c9de30263dfbf9a2848e0 (patch) | |
tree | eda1c8d17220ad7b68a38ff1c8d76fb5ad04afd2 /sys | |
parent | 4b89d6766d253f84104280f4c7d81fcfb8beedec (diff) |
kernel/acpi: Conform to Vega style
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@20 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'sys')
-rw-r--r-- | sys/firmware/acpi/acpi_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/firmware/acpi/acpi_subr.c b/sys/firmware/acpi/acpi_subr.c index 74f735d..d9ea694 100644 --- a/sys/firmware/acpi/acpi_subr.c +++ b/sys/firmware/acpi/acpi_subr.c @@ -30,6 +30,7 @@ /* $Id$ */ #include <firmware/acpi/acpi.h> +#include <firmware/acpi/tables.h> bool acpi_is_checksum_valid(struct acpi_header *hdr) |