summaryrefslogtreecommitdiff
path: root/dmioem.h
diff options
context:
space:
mode:
authorJerry Hoemann <jerry.hoemann@hpe.com>2020-11-30 11:06:21 +0100
committerJean Delvare <jdelvare@suse.de>2020-11-30 11:06:21 +0100
commit59811c74dba20313a9ccbc8316ecb98afeebb1cf (patch)
tree7e0db0817ac7deb0914d833672adcc605468c897 /dmioem.h
parentb0a06e20710c314b12792e831dc0e0676c99c706 (diff)
downloaddmidecode-git-59811c74dba20313a9ccbc8316ecb98afeebb1cf.tar.gz
dmidecode: Some OEM records require Product Name
Decoding of OEM records can depend upon the product in addition to the manufacturer. So, save "Product Name" from type 1 record in addition to "Manufacturer" in dmi_set_vendor. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'dmioem.h')
-rw-r--r--dmioem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmioem.h b/dmioem.h
index 3916766..b79b769 100644
--- a/dmioem.h
+++ b/dmioem.h
@@ -21,5 +21,5 @@
struct dmi_header;
-void dmi_set_vendor(const char *s);
+void dmi_set_vendor(const char *s, const char *p);
int dmi_decode_oem(const struct dmi_header *h);