00001 #ifndef CONFIG_NAP_H 00002 #define CONFIG_NAP_H 00003 00004 /** @file 00005 * 00006 * CPU sleeping 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #include <config/defaults.h> 00013 00014 //#undef NAP_PCBIOS 00015 //#define NAP_NULL 00016 00017 #include <config/local/nap.h> 00018 00019 #endif /* CONFIG_NAP_H */
1.5.7.1