summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/efi/efi_reboot.h
blob: 249cae8c570bb060bdc1db01905a909c1cc87ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_EFI_REBOOT_H
#define _IPXE_EFI_REBOOT_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef REBOOT_EFI
#define REBOOT_PREFIX_efi
#else
#define REBOOT_PREFIX_efi __efi_
#endif

#endif /* _IPXE_EFI_REBOOT_H */