9 lines
172 B
C
9 lines
172 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#ifndef _ASM_CPU_H
|
||
|
#define _ASM_CPU_H
|
||
|
|
||
|
/* This header is required unconditionally by the ACPI core */
|
||
|
|
||
|
#endif /* _ASM_CPU_H */
|