diff options
Diffstat (limited to 'roms/ipxe/src/core/null_nap.c')
-rw-r--r-- | roms/ipxe/src/core/null_nap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/ipxe/src/core/null_nap.c b/roms/ipxe/src/core/null_nap.c new file mode 100644 index 00000000..c886f548 --- /dev/null +++ b/roms/ipxe/src/core/null_nap.c @@ -0,0 +1,3 @@ +#include <ipxe/nap.h> + +PROVIDE_NAP_INLINE ( null, cpu_nap ); |