summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_acpi.h
blob: 01456f137c1d35cf2221e4b12e2999d1bc46f211 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                       
#ifndef _IPXE_EFI_ACPI_H
#define _IPXE_EFI_ACPI_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef ACPI_EFI
#define ACPI_PREFIX_efi
#else
#define ACPI_PREFIX_efi __efi_
#endif

#endif /* _IPXE_EFI_ACPI_H */