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

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

FILE_LICENCE ( GPL2_OR_LATER );

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

#endif /* _GPXE_BIOS_NAP_H */