Add detection/dump support for ServerEngines SE-SM 4210-P01.
[coreboot.git] / util / sconfig / sconfig.h
index 8fbae6a48b4847f9ef9ab2adc203a789594df675..d893c0539524ad82ca4f82ff4d1680d948395596 100755 (executable)
@@ -52,6 +52,9 @@ struct device {
        int link;
        int rescnt;
        int chiph_exists;
+       int subsystem_vendor;
+       int subsystem_device;
+       int inherit_subsystem;
        char *ops;
        char *name;
        char *name_underscore;
@@ -90,3 +93,4 @@ struct device *new_device(struct device *parent, struct device *busdev, const in
 void alias_siblings(struct device *d);
 void add_resource(struct device *dev, int type, int index, int base);
 void add_register(struct device *dev, char *name, char *val);
+void add_pci_subsystem_ids(struct device *dev, int vendor, int device, int inherit);