smbios_table_type1
static const struct smbios_table_type1 smbios_type1_template = {
{ SMBIOS_TYPE_SYSTEM, sizeof (struct smbios_table_type1), 0 },
struct smbios_table_type1 *type1;
type1 = (struct smbios_table_type1 *)curaddr;