diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-01-31 00:03:35 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 14:53:04 -0500 |
commit | 49dc9577155576b10ff79f0c1486c816b01f58bf (patch) | |
tree | c193e6110c54234ab5ed3d816cc2dc15df165f37 /drivers/bcma/bcma_private.h | |
parent | d1a7a8e1d367e34e5adce91f48cae07dc08d9e6c (diff) | |
download | talos-obmc-linux-49dc9577155576b10ff79f0c1486c816b01f58bf.tar.gz talos-obmc-linux-49dc9577155576b10ff79f0c1486c816b01f58bf.zip |
bcma: add PCIe host controller
Some SoCs have a PCIe host controller to make it possible to attach
some other devices to it, like an other Wifi card.
This code was tested with an Netgear WNDR3400 (bcm4716 based), but
should work with all bcma based SoCs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 63c5242159f2..b81755bb4798 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h @@ -52,6 +52,7 @@ extern void __exit bcma_host_pci_exit(void); u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address); #ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE +bool __devinit bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc); void __devinit bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc); #endif /* CONFIG_BCMA_DRIVER_PCI_HOSTMODE */ |