diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bcma/bcma_driver_pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_pci.h b/include/linux/bcma/bcma_driver_pci.h index 424760f01b9d..27f9ceb68b42 100644 --- a/include/linux/bcma/bcma_driver_pci.h +++ b/include/linux/bcma/bcma_driver_pci.h | |||
| @@ -185,6 +185,7 @@ struct pci_dev; | |||
| 185 | #define BCMA_CORE_PCI_RC_CRS_VISIBILITY 0x0001 | 185 | #define BCMA_CORE_PCI_RC_CRS_VISIBILITY 0x0001 |
| 186 | 186 | ||
| 187 | struct bcma_drv_pci; | 187 | struct bcma_drv_pci; |
| 188 | struct bcma_bus; | ||
| 188 | 189 | ||
| 189 | #ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE | 190 | #ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE |
| 190 | struct bcma_drv_pci_host { | 191 | struct bcma_drv_pci_host { |
| @@ -220,6 +221,8 @@ extern void bcma_core_pci_init(struct bcma_drv_pci *pc); | |||
| 220 | extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc, | 221 | extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc, |
| 221 | struct bcma_device *core, bool enable); | 222 | struct bcma_device *core, bool enable); |
| 222 | extern void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend); | 223 | extern void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend); |
| 224 | extern void bcma_core_pci_up(struct bcma_bus *bus); | ||
| 225 | extern void bcma_core_pci_down(struct bcma_bus *bus); | ||
| 223 | 226 | ||
| 224 | extern int bcma_core_pci_pcibios_map_irq(const struct pci_dev *dev); | 227 | extern int bcma_core_pci_pcibios_map_irq(const struct pci_dev *dev); |
| 225 | extern int bcma_core_pci_plat_dev_init(struct pci_dev *dev); | 228 | extern int bcma_core_pci_plat_dev_init(struct pci_dev *dev); |
