summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h')
-rw-r--r--src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h b/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h
new file mode 100644
index 00000000..9977c87a
--- /dev/null
+++ b/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/smbios.h
@@ -0,0 +1,14 @@
+#ifndef _BITS_SMBIOS_H
+#define _BITS_SMBIOS_H
+
+/** @file
+ *
+ * x86-specific SMBIOS API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/bios_smbios.h>
+
+#endif /* _BITS_SMBIOS_H */