summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/null_nap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/null_nap.h')
-rw-r--r--gpxe/src/include/gpxe/null_nap.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/gpxe/src/include/gpxe/null_nap.h b/gpxe/src/include/gpxe/null_nap.h
deleted file mode 100644
index 0f46eaa2..00000000
--- a/gpxe/src/include/gpxe/null_nap.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _GPXE_NULL_NAP_H
-#define _GPXE_NULL_NAP_H
-
-/** @file
- *
- * Null CPU sleeping
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#ifdef NAP_NULL
-#define NAP_PREFIX_null
-#else
-#define NAP_PREFIX_null __null_
-#endif
-
-static inline __always_inline void
-NAP_INLINE ( null, cpu_nap ) ( void ) {
- /* Do nothing */
-}
-
-#endif /* _GPXE_NULL_NAP_H */