X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fhw%2Fi386%2Fsmbios.h;h=56c6108848101060f6bc450bf36b577f98f9d511;hb=351a6a73ca7a9123f0dfd6c6f85fd01e82fe3741;hp=9babeaf2700f13a53560d2a58c42641dd7a3552f;hpb=702d66a813dd84afd7c3d1ad8cbdcc8e3449bcd9;p=qemu.git diff --git a/include/hw/i386/smbios.h b/include/hw/i386/smbios.h index 9babeaf27..56c610884 100644 --- a/include/hw/i386/smbios.h +++ b/include/hw/i386/smbios.h @@ -13,7 +13,7 @@ * */ -int smbios_entry_add(const char *t); +void smbios_entry_add(const char *t); void smbios_add_field(int type, int offset, const void *data, size_t len); uint8_t *smbios_get_table(size_t *length);