diff options
Diffstat (limited to 'src/config/nap.h')
-rw-r--r-- | src/config/nap.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config/nap.h b/src/config/nap.h new file mode 100644 index 000000000..8648d925e --- /dev/null +++ b/src/config/nap.h @@ -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 */ |