mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
SMBIOS: Rename symbols to better reflect future use
Rename the following symbols: - smbios_set_type1_defaults() to the more general smbios_set_defaults(); - bool smbios_type1_defaults to the more general smbios_defaults; - smbios_get_table() to smbios_get_table_legacy(); This patch contains no functional changes. Signed-off-by: Gabriel Somlo <somlo@cmu.edu> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
7bf8ef196e
commit
e6667f719c
5 changed files with 28 additions and 22 deletions
|
@ -16,9 +16,9 @@
|
|||
#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);
|
||||
void smbios_set_defaults(const char *manufacturer, const char *product,
|
||||
const char *version);
|
||||
uint8_t *smbios_get_table_legacy(size_t *length);
|
||||
|
||||
/*
|
||||
* SMBIOS spec defined tables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue