]> Git Repo - u-boot.git/commit
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
authorHeinrich Schuchardt <[email protected]>
Thu, 9 Nov 2023 17:23:02 +0000 (09:23 -0800)
committerTom Rini <[email protected]>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitc659ac7cca151be29712f37fc77dd18fb4ab96c5
tree2aa632ee3da4811abc1d1b4edc0978a5f4560cf5
parenta4bee0b45504397d71302cd1b186f5651424a332
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h

Function acpi_get_rsdp_addr() is needed on all architectures which
write ACPI tables. Move the definition from the x86 include to an
architecture independent one.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/x86/include/asm/acpi_table.h
drivers/misc/qfw.c
include/acpi/acpi_table.h
This page took 0.030887 seconds and 4 git commands to generate.