summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/ipxe/bios_nap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/ipxe/bios_nap.h')
-rw-r--r--src/arch/i386/include/ipxe/bios_nap.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/arch/i386/include/ipxe/bios_nap.h b/src/arch/i386/include/ipxe/bios_nap.h
new file mode 100644
index 00000000..5b684c04
--- /dev/null
+++ b/src/arch/i386/include/ipxe/bios_nap.h
@@ -0,0 +1,18 @@
+#ifndef _IPXE_BIOS_NAP_H
+#define _IPXE_BIOS_NAP_H
+
+/** @file
+ *
+ * BIOS CPU sleeping
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#ifdef NAP_PCBIOS
+#define NAP_PREFIX_pcbios
+#else
+#define NAP_PREFIX_pcbios __pcbios_
+#endif
+
+#endif /* _IPXE_BIOS_NAP_H */