X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-x86%2Fpci.h;h=30bbde0cb34bfba7e272ad68be2dffad8ef20d0d;hb=252815b0cfe711001eff0327872209986b36d490;hp=ddd8e248fc0a43bde4ec039beebbdfc500457e77;hpb=92794a5d6359f9e8ed0d43fe0f3c653f748dcc90;p=linux-2.6 diff --git a/include/asm-x86/pci.h b/include/asm-x86/pci.h index ddd8e248fc..30bbde0cb3 100644 --- a/include/asm-x86/pci.h +++ b/include/asm-x86/pci.h @@ -19,6 +19,8 @@ struct pci_sysdata { }; /* scan a bus after allocating a pci_sysdata for it */ +extern struct pci_bus *pci_scan_bus_on_node(int busno, struct pci_ops *ops, + int node); extern struct pci_bus *pci_scan_bus_with_sysdata(int busno); static inline int pci_domain_nr(struct pci_bus *bus)