acpi: Move acpi_write_tables() to a generic header
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jan 2022 21:30:52 +0000 (14:30 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commitaafb31fc953aac0af89e44a1e4a841803141768d
tree7f97b2698da5df4f0fc293834bc6d42a4a3db518
parente9b0fd839bce97f5ef0380fd618cab28a7109aba
acpi: Move acpi_write_tables() to a generic header

This function is used by both x86 and sandbox. Put it in a common header
file.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/acpi_table.h
arch/x86/include/asm/acpi_table.h
include/acpi/acpi_table.h