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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

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

#endif /* _IPXE_LINUX_ACPI_H */