sandbox: Allow building with GENERATE_ACPI_TABLE
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:40 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit0679cca5072d6959b51f45c00cb5bf59d75a9329
treeb09ab087d94ca8f2e83a0bc95ad363f433d99df7
parent27ba6289fe3db6f2be1fa787575348154a32341f
sandbox: Allow building with GENERATE_ACPI_TABLE

At present this option is missing a header file, a function prototype and
the qfw driver needs a header included.

Fix these problems so we can enable this option on sandbox. This will
increase the build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/acpi_table.h
arch/sandbox/include/asm/tables.h [new file with mode: 0644]
drivers/misc/qfw.c