1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2019 Google LLC
4  */
5 
6 #ifndef __ASM_ACPI_TABLE_H__
7 #define __ASM_ACPI_TABLE_H__
8 
9 /* Empty for now, this file is required by acpi/acpi_table.h */
10 
11 #endif /* __ASM_ACPI_TABLE_H__ */
12