diff options
Diffstat (limited to 'src/core/null_nap.c')
| -rw-r--r-- | src/core/null_nap.c | 3 |
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 000000000..a3b01eb10 --- /dev/null +++ b/src/core/null_nap.c @@ -0,0 +1,3 @@ +#include <gpxe/nap.h> + +PROVIDE_NAP_INLINE ( null, cpu_nap ); |
