]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit61cae5d792af413741e3ed5a356768c423a7e07e
tree7f97b2698da5df4f0fc293834bc6d42a4a3db518
parente728987068cc85798e733049140d9a8d6299a719
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