summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/ipxe/bios_reboot.h
blob: a0845328d2b0cbccdeee1437e444e03390b04da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_BIOS_REBOOT_H
#define _IPXE_BIOS_REBOOT_H

/** @file
 *
 * Standard PC-BIOS reboot mechanism
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#ifdef REBOOT_PCBIOS
#define REBOOT_PREFIX_pcbios
#else
#define REBOOT_PREFIX_pcbios __pcbios_
#endif

#endif /* _IPXE_BIOS_REBOOT_H */