summaryrefslogtreecommitdiff
path: root/include/hw/i386/smbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i386/smbios.h')
-rw-r--r--include/hw/i386/smbios.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/hw/i386/smbios.h b/include/hw/i386/smbios.h
index 9babeaf270..b08ec713f2 100644
--- a/include/hw/i386/smbios.h
+++ b/include/hw/i386/smbios.h
@@ -13,8 +13,9 @@
*
*/
-int smbios_entry_add(const char *t);
-void smbios_add_field(int type, int offset, const void *data, size_t len);
+#include "qemu/option.h"
+
+void smbios_entry_add(QemuOpts *opts);
uint8_t *smbios_get_table(size_t *length);
/*