Add subsystemid option to sconfig
[coreboot.git] / src / include / device / device.h
index 7dbbb4f5ae3ddc6e3d4f7a77710d18865deb1ece..5ab7748999408321c788880ce4a36b0b4968e228 100644 (file)
@@ -64,6 +64,8 @@ struct device {
        struct device_path path;
        unsigned        vendor;
        unsigned        device;
+       u16 subsystem_vendor;
+       u16  subsystem_device;
        unsigned int    class;          /* 3 bytes: (base, sub, prog-if) */
        unsigned int    hdr_type;       /* PCI header type */
        unsigned int    enabled : 1;    /* set if we should enable the device */