summaryrefslogtreecommitdiffstats
path: root/src/core/null_nap.c
diff options
context:
space:
mode:
authorMichael Brown2008-10-13 00:34:45 +0200
committerMichael Brown2008-10-13 00:36:53 +0200
commitc0835339d06716b133aa653847023742a967f188 (patch)
tree25f22e63175c7919c8de678f5a5f1513bed516c8 /src/core/null_nap.c
parent[monojob] Allow for extremely slow system timers (diff)
downloadipxe-c0835339d06716b133aa653847023742a967f188.tar.gz
ipxe-c0835339d06716b133aa653847023742a967f188.tar.xz
ipxe-c0835339d06716b133aa653847023742a967f188.zip
[nap] Formalise the CPU sleeping API
Diffstat (limited to 'src/core/null_nap.c')
-rw-r--r--src/core/null_nap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/null_nap.c b/src/core/null_nap.c
new file mode 100644
index 00000000..a3b01eb1
--- /dev/null
+++ b/src/core/null_nap.c
@@ -0,0 +1,3 @@
+#include <gpxe/nap.h>
+
+PROVIDE_NAP_INLINE ( null, cpu_nap );