summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gpxe/bios_nap.h
blob: f1c721e9dbf2fdb4c1428b07b5613399b023ea2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _GPXE_BIOS_NAP_H
#define _GPXE_BIOS_NAP_H

/** @file
 *
 * BIOS CPU sleeping
 *
 */

#ifdef NAP_PCBIOS
#define NAP_PREFIX_pcbios
#else
#define NAP_PREFIX_pcbios __pcbios_
#endif

#endif /* _GPXE_BIOS_NAP_H */