summaryrefslogtreecommitdiff
path: root/include/asm-ppc/4xx_pci.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-11-21 23:14:58 +0100
committerWolfgang Denk <wd@denx.de>2009-11-21 23:14:58 +0100
commit77b2517519904194a3eb247a3bb32cb09fac70d7 (patch)
treee8584f8c2f2b71bff62802ab0558f61b309ff800 /include/asm-ppc/4xx_pci.h
parent1d2e96de56cc57e25a19bc40d297f36c4c4443a2 (diff)
parent14ce02c88116316a0285cc7d9c05f83367a5aae8 (diff)
downloadu-boot-imx-77b2517519904194a3eb247a3bb32cb09fac70d7.zip
u-boot-imx-77b2517519904194a3eb247a3bb32cb09fac70d7.tar.gz
u-boot-imx-77b2517519904194a3eb247a3bb32cb09fac70d7.tar.bz2
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
Diffstat (limited to 'include/asm-ppc/4xx_pci.h')
-rw-r--r--include/asm-ppc/4xx_pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-ppc/4xx_pci.h b/include/asm-ppc/4xx_pci.h
index 30125a1..f686e7c 100644
--- a/include/asm-ppc/4xx_pci.h
+++ b/include/asm-ppc/4xx_pci.h
@@ -1,6 +1,8 @@
#ifndef _405GP_PCI_H
#define _405GP_PCI_H
+#include <pci.h>
+
/*----------------------------------------------------------------------------+
| 405GP PCI core memory map defines.
+----------------------------------------------------------------------------*/
@@ -49,4 +51,10 @@
#define PCIDEVID_405GP 0x0
+void board_pci_fixup_irq(struct pci_controller *hose, pci_dev_t dev);
+int pci_arbiter_enabled(void);
+int __pci_pre_init(struct pci_controller *hose);
+void __pci_target_init(struct pci_controller *hose);
+void __pci_master_init(struct pci_controller *hose);
+
#endif