summaryrefslogtreecommitdiff
path: root/stubs/smbios_type_38.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/smbios_type_38.c')
-rw-r--r--stubs/smbios_type_38.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/stubs/smbios_type_38.c b/stubs/smbios_type_38.c
new file mode 100644
index 0000000000..9528c2c28e
--- /dev/null
+++ b/stubs/smbios_type_38.c
@@ -0,0 +1,14 @@
+/*
+ * IPMI SMBIOS firmware handling
+ *
+ * Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+
+#include "hw/smbios/ipmi.h"
+
+void smbios_build_type_38_table(void)
+{
+}