Files
ipxe/src/config/nap.h
2008-10-12 23:36:53 +01:00

16 lines
178 B
C

#ifndef CONFIG_NAP_H
#define CONFIG_NAP_H
/** @file
*
* CPU sleeping
*
*/
#include <config/defaults.h>
//#undef NAP_PCBIOS
//#define NAP_NULL
#endif /* CONFIG_NAP_H */