X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fsmbios.h;h=9d54e801b7226b4ce02192fbdc27396d4d06019e;hb=refs%2Fheads%2Fcoreboot;hp=7bf2bed22923468540b966bb8b28dad787c39e32;hpb=01a8520fc9941dce458f75b40aab349a3a797e3e;p=seabios.git diff --git a/src/smbios.h b/src/smbios.h index 7bf2bed..9d54e80 100644 --- a/src/smbios.h +++ b/src/smbios.h @@ -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;