From c0835339d06716b133aa653847023742a967f188 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 12 Oct 2008 23:34:45 +0100 Subject: [nap] Formalise the CPU sleeping API --- src/config/nap.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/config/nap.h (limited to 'src/config/nap.h') 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 + +//#undef NAP_PCBIOS +//#define NAP_NULL + +#endif /* CONFIG_NAP_H */ -- cgit v1.2.3-55-g7522