Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/riscv/include/asm/acenv.h
26471 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* RISC-V specific ACPICA environments and implementation
4
*/
5
6
#ifndef _ASM_ACENV_H
7
#define _ASM_ACENV_H
8
9
/* This header is required unconditionally by the ACPI core */
10
11
#endif /* _ASM_ACENV_H */
12
13