mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-20 20:39:56 +00:00
16 lines
178 B
C
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 */
|