diff options
Diffstat (limited to 'include')
| -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 | /* |
