mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 01:03:05 +00:00
12 lines
246 B
C
12 lines
246 B
C
|
/* 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.
|
||
|
* We will fill it when adding ACPI support for RISC-V.
|
||
|
*/
|
||
|
|
||
|
#endif /* __ASM_ACPI_TABLE_H__ */
|