aboutsummaryrefslogtreecommitdiffstats
path: root/src/std/smbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/smbios.h')
-rw-r--r--src/std/smbios.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/std/smbios.h b/src/std/smbios.h
index 17fdfed6..208440b1 100644
--- a/src/std/smbios.h
+++ b/src/std/smbios.h
@@ -25,6 +25,19 @@ struct smbios_21_entry_point {
u8 smbios_bcd_revision;
} PACKED;
+struct smbios_30_entry_point {
+ char signature[5];
+ u8 checksum;
+ u8 length;
+ u8 smbios_major_version;
+ u8 smbios_minor_version;
+ u8 smbios_docrev;
+ u8 entry_point_revision;
+ u8 reserved;
+ u32 structure_table_max_size;
+ u64 structure_table_address;
+} PACKED;
+
/* This goes at the beginning of every SMBIOS structure. */
struct smbios_structure_header {
u8 type;