diff options
Diffstat (limited to 'drivers/pci/pcie/portdrv.h')
-rw-r--r-- | drivers/pci/pcie/portdrv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/pci/pcie/portdrv.h b/drivers/pci/pcie/portdrv.h index 2529f3f2ea5a..b0dcbc73415e 100644 --- a/drivers/pci/pcie/portdrv.h +++ b/drivers/pci/pcie/portdrv.h | |||
@@ -28,8 +28,9 @@ | |||
28 | 28 | ||
29 | #define get_descriptor_id(type, service) (((type - 4) << 4) | service) | 29 | #define get_descriptor_id(type, service) (((type - 4) << 4) | service) |
30 | 30 | ||
31 | struct pcie_port_device_ext { | 31 | struct pcie_port_data { |
32 | int interrupt_mode; /* [0:INTx | 1:MSI | 2:MSI-X] */ | 32 | int port_type; /* Type of the port */ |
33 | int port_irq_mode; /* [0:INTx | 1:MSI | 2:MSI-X] */ | ||
33 | }; | 34 | }; |
34 | 35 | ||
35 | extern struct bus_type pcie_port_bus_type; | 36 | extern struct bus_type pcie_port_bus_type; |