kernel/acpi: Reduce code duplication with ACPICA.
authorSascha Wildner <saw@online.de>
Tue, 10 Mar 2015 21:31:02 +0000 (22:31 +0100)
committerSascha Wildner <saw@online.de>
Tue, 10 Mar 2015 21:33:00 +0000 (22:33 +0100)
commitfc673eaa749a01e148fc5f0b6e81587531576344
tree3716691778a9da7d4cb115501762056de7e66ba6
parent6bc95bce3a9e887578f86a43550e12efdf42ce34
kernel/acpi: Reduce code duplication with ACPICA.

Use the types which the ACPICA framework provides whereever possible in
our acpi_fadt and acpi_madt code. Since we do not use any actual ACPICA
functions here, this is no problem even for code which (so far) runs
before ACPICA is initialized.

Discussed-with-and-approved-by: sephe
sys/platform/pc64/acpica/acpi_fadt.c
sys/platform/pc64/acpica/acpi_madt.c
sys/platform/pc64/acpica/acpi_sdt.c
sys/platform/pc64/acpica/acpi_sdt.h [deleted file]
sys/platform/pc64/acpica/acpi_sdt_var.h