12 lines
243 B
C
12 lines
243 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
/*
|
||
|
* RISC-V specific ACPICA environments and implementation
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ACENV_H
|
||
|
#define _ASM_ACENV_H
|
||
|
|
||
|
/* This header is required unconditionally by the ACPI core */
|
||
|
|
||
|
#endif /* _ASM_ACENV_H */
|