Use coreboot smbios table if found.
[seabios.git] / src / smbios.h
index 7bf2bed22923468540b966bb8b28dad787c39e32..9d54e801b7226b4ce02192fbdc27396d4d06019e 100644 (file)
@@ -24,6 +24,8 @@ struct smbios_entry_point {
     u8 smbios_bcd_revision;
 } PACKED;
 
+extern struct smbios_entry_point *SMBiosAddr;
+
 /* This goes at the beginning of every SMBIOS structure. */
 struct smbios_structure_header {
     u8 type;