commit | 47a5c976486e407fc0d0bc8fa165132b6f9bec26 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Thu Jul 24 00:25:14 2008 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 30 21:54:36 2008 +0100 |
tree | 56b234d3553eb15f90084c3ac6a20dbdefe3f8c8 | |
parent | 32d00d0f933ea5d21c3cd0809461ebbf7ab89cef [diff] [blame] |
[MIPS] Introduce pcibios_plat_setup Introduce pcibios_plat_setup for platform-specific pcibios_setup. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index c205875..5510c53 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h
@@ -174,4 +174,6 @@ extern int pci_probe_only; +extern char * (*pcibios_plat_setup)(char *str); + #endif /* _ASM_PCI_H */