2008-10-12 23:34:45 +01:00
|
|
|
#ifndef CONFIG_NAP_H
|
|
|
|
#define CONFIG_NAP_H
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
*
|
|
|
|
* CPU sleeping
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2009-05-01 15:41:06 +01:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
|
2008-10-12 23:34:45 +01:00
|
|
|
#include <config/defaults.h>
|
|
|
|
|
|
|
|
//#undef NAP_PCBIOS
|
|
|
|
//#define NAP_NULL
|
|
|
|
|
|
|
|
#endif /* CONFIG_NAP_H */
|