diff options
author | Andrew Isaacson <adi@broadcom.com> | 2005-10-20 02:59:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:49 -0400 |
commit | 8a1417de9e11f9f577499cd4fe89fa35f4bf54fa (patch) | |
tree | 73194ecc1c84772aaf0296df7852a9e36a13cab6 /include/asm-mips/pci.h | |
parent | dc41f94f770904f1fd63488ce4d30722ea514aad (diff) |
BCM1480 HT support
PCI support code for PLX 7250 PCI-X tunnel on BCM91480B BigSur board.
Signed-Off-By: Andy Isaacson <adi@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/pci.h')
-rw-r--r-- | include/asm-mips/pci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index 87ced6a5b5dd..6c9ad8171a77 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h | |||
@@ -40,6 +40,11 @@ struct pci_controller { | |||
40 | unsigned int need_domain_info; | 40 | unsigned int need_domain_info; |
41 | 41 | ||
42 | int iommu; | 42 | int iommu; |
43 | |||
44 | /* Optional access methods for reading/writing the bus number | ||
45 | of the PCI controller */ | ||
46 | int (*get_busno)(void); | ||
47 | void (*set_busno)(int busno); | ||
43 | }; | 48 | }; |
44 | 49 | ||
45 | /* | 50 | /* |