00001 #ifndef _BITS_NAP_H 00002 #define _BITS_NAP_H 00003 00004 /** @file 00005 * 00006 * i386-specific CPU sleeping API implementations 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #include <gpxe/bios_nap.h> 00013 #include <gpxe/efi/efix86_nap.h> 00014 00015 #endif /* _BITS_MAP_H */
1.5.7.1