Merge 4.16
Change-Id: I11db70a8e25a6656c5ec640a703e7b06d5a3672e
This commit is contained in:
@@ -177,6 +177,11 @@ struct device {
|
||||
/* SMBIOS slot length */
|
||||
char *smbios_slot_length;
|
||||
|
||||
/* SMBIOS type41 fields */
|
||||
int smbios_instance_id_valid;
|
||||
unsigned int smbios_instance_id;
|
||||
const char *smbios_refdes;
|
||||
|
||||
/* List of field+option to probe. */
|
||||
struct fw_config_probe *probe;
|
||||
};
|
||||
@@ -203,6 +208,8 @@ void add_ioapic_info(struct bus *bus, int apicid, const char *_srcpin,
|
||||
void add_slot_desc(struct bus *bus, char *type, char *length, char *designation,
|
||||
char *data_width);
|
||||
|
||||
void add_smbios_dev_info(struct bus *bus, long instance_id, const char *refdes);
|
||||
|
||||
void yyrestart(FILE *input_file);
|
||||
|
||||
/* Add chip data to tail of queue. */
|
||||
|
Reference in New Issue
Block a user