summaryrefslogtreecommitdiff
path: root/dmidecode.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-10-26 14:52:01 +0000
committerJean Delvare <jdelvare@suse.de>2008-10-26 14:52:01 +0000
commit7a9fc6d3cba86ec9c517b8ec314e099c5cb433b9 (patch)
tree9c7b63054ca0d732b5d5716cad603e6fdd6d241f /dmidecode.h
parent7c50431157a6ec8acd94615db745b2f9bc8af537 (diff)
downloaddmidecode-git-7a9fc6d3cba86ec9c517b8ec314e099c5cb433b9.tar.gz
Pass version information to print callback functions.
Byte-swap the first 3 fields of the UUID (DMI type 1).
Diffstat (limited to 'dmidecode.h')
-rw-r--r--dmidecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmidecode.h b/dmidecode.h
index 4e54f25..8a067c7 100644
--- a/dmidecode.h
+++ b/dmidecode.h
@@ -27,7 +27,7 @@ struct dmi_header
};
const char *dmi_string(struct dmi_header *dm, u8 s);
-void dmi_system_uuid(u8 *p);
+void dmi_system_uuid(u8 *p, u16 ver);
const char *dmi_chassis_type(u8 code);
const char *dmi_processor_family(u8 code);
-void dmi_processor_frequency(u8 *p);
+void dmi_processor_frequency(u8 *p, u16 ver);