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