2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-19 03:54:38 +00:00
xNBA/src/config/nap.h

18 lines
211 B
C
Raw Normal View History

2008-10-12 23:34:45 +01:00
#ifndef CONFIG_NAP_H
#define CONFIG_NAP_H
/** @file
*
* CPU sleeping
*
*/
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 */