]> err.no Git - linux-2.6/blobdiff - include/asm-mips/pci.h
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6] / include / asm-mips / pci.h
index 87ced6a5b5dd392837aa350e3c615ef614f06419..6c9ad8171a773a9dd3e49d44b356292167306ece 100644 (file)
@@ -40,6 +40,11 @@ struct pci_controller {
        unsigned int need_domain_info;
 
        int iommu;
+
+       /* Optional access methods for reading/writing the bus number
+          of the PCI controller */
+       int (*get_busno)(void);
+       void (*set_busno)(int busno);
 };
 
 /*