[nap] Formalise the CPU sleeping API

This commit is contained in:
Michael Brown
2008-10-12 23:34:45 +01:00
parent 658c6dba59
commit c0835339d0
12 changed files with 138 additions and 20 deletions

View File

@@ -11,5 +11,6 @@
#define PCIAPI_PCBIOS
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS
#define NAP_PCBIOS
#endif /* CONFIG_DEFAULTS_PCBIOS_H */

15
src/config/nap.h Normal file
View File

@@ -0,0 +1,15 @@
#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 */