aboutsummaryrefslogtreecommitdiff
path: root/src/interface/smbios/smbios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/smbios/smbios.c')
-rw-r--r--src/interface/smbios/smbios.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/interface/smbios/smbios.c b/src/interface/smbios/smbios.c
index 5bd76f1..12a080d 100644
--- a/src/interface/smbios/smbios.c
+++ b/src/interface/smbios/smbios.c
@@ -255,3 +255,13 @@ int smbios_version ( void ) {
return smbios.version;
}
+
+/**
+ * Clear SMBIOS entry point descriptor
+ *
+ */
+void smbios_clear ( void ) {
+
+ /* Clear address */
+ smbios.address = UNULL;
+}