[nap] Formalise the CPU sleeping API

This commit is contained in:
Michael Brown
2008-10-12 23:34:45 +01:00
parent 658c6dba59
commit c0835339d0
12 changed files with 138 additions and 20 deletions

3
src/core/null_nap.c Normal file
View File

@@ -0,0 +1,3 @@
#include <gpxe/nap.h>
PROVIDE_NAP_INLINE ( null, cpu_nap );