summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/ipxe/bios_sanboot.h
blob: 85d698039f752b56ab4d3c6a77107a64079fe6b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_BIOS_SANBOOT_H
#define _IPXE_BIOS_SANBOOT_H

/** @file
 *
 * Standard PC-BIOS sanboot interface
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef SANBOOT_PCBIOS
#define SANBOOT_PREFIX_pcbios
#else
#define SANBOOT_PREFIX_pcbios __pcbios_
#endif

#endif /* _IPXE_BIOS_SANBOOT_H */