diff options
Diffstat (limited to 'arch/sandbox/include/asm/acpi_table.h')
-rw-r--r-- | arch/sandbox/include/asm/acpi_table.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/acpi_table.h b/arch/sandbox/include/asm/acpi_table.h new file mode 100644 index 00000000000..cb10eb542b2 --- /dev/null +++ b/arch/sandbox/include/asm/acpi_table.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2019 Google LLC + */ + +#ifndef __ASM_ACPI_TABLE_H__ +#define __ASM_ACPI_TABLE_H__ + +/* Empty for now, this file is required by acpi/acpi_table.h */ + +#endif /* __ASM_ACPI_TABLE_H__ */ |