summaryrefslogtreecommitdiff
path: root/gpxe/src/core/null_nap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/core/null_nap.c')
-rw-r--r--gpxe/src/core/null_nap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpxe/src/core/null_nap.c b/gpxe/src/core/null_nap.c
new file mode 100644
index 00000000..a3b01eb1
--- /dev/null
+++ b/gpxe/src/core/null_nap.c
@@ -0,0 +1,3 @@
+#include <gpxe/nap.h>
+
+PROVIDE_NAP_INLINE ( null, cpu_nap );