summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_acpi.h
blob: f6dbc92527ee2c577b6b621fc1677b951c16e388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _IPXE_LINUX_ACPI_H
#define _IPXE_LINUX_ACPI_H

/** @file
 *
 * iPXE ACPI API for Linux
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#ifdef ACPI_LINUX
#define ACPI_PREFIX_linux
#else
#define ACPI_PREFIX_linux __linux_
#endif

#endif /* _IPXE_LINUX_ACPI_H */