blob: b4139d0ba3289126c1ef8d01520949a72d6f3aa6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __ASM_ACPI_TABLE_H__
#define __ASM_ACPI_TABLE_H__
/*
* This file is needed by some drivers.
*/
#endif /* __ASM_ACPI_TABLE_H__ */
|