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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/i386/smbios.h b/include/hw/i386/smbios.h
index b08ec713f2..18fb970643 100644
--- a/include/hw/i386/smbios.h
+++ b/include/hw/i386/smbios.h
@@ -16,6 +16,8 @@
#include "qemu/option.h"
void smbios_entry_add(QemuOpts *opts);
+void smbios_set_type1_defaults(const char *manufacturer,
+ const char *product, const char *version);
uint8_t *smbios_get_table(size_t *length);
/*