2020-04-08 16:57:34 -06:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
|
/*
|
|
|
|
|
* Copyright 2019 Google LLC
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __ASM_ACPI_TABLE_H__
|
|
|
|
|
#define __ASM_ACPI_TABLE_H__
|
|
|
|
|
|
2022-01-29 14:30:52 -07:00
|
|
|
/* Empty for now, this file is required by acpi/acpi_table.h */
|
2021-12-01 09:02:40 -07:00
|
|
|
|
2020-04-08 16:57:34 -06:00
|
|
|
#endif /* __ASM_ACPI_TABLE_H__ */
|