00001 #ifndef _GPXE_BIOS_NAP_H 00002 #define _GPXE_BIOS_NAP_H 00003 00004 /** @file 00005 * 00006 * BIOS CPU sleeping 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #ifdef NAP_PCBIOS 00013 #define NAP_PREFIX_pcbios 00014 #else 00015 #define NAP_PREFIX_pcbios __pcbios_ 00016 #endif 00017 00018 #endif /* _GPXE_BIOS_NAP_H */
1.5.7.1