]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/4xx_pci.h
S5PC100: Memory SubSystem Header file, register description(SROMC).
[karo-tx-uboot.git] / include / asm-ppc / 4xx_pci.h
index 3c1adec19c5ff1a605eb710f1c3eee8d5d5f335f..f686e7cb07b26a891b2a4017ee88015762ca4111 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _405GP_PCI_H
 #define _405GP_PCI_H
 
+#include <pci.h>
+
 /*----------------------------------------------------------------------------+
 | 405GP PCI core memory map defines.
 +----------------------------------------------------------------------------*/
 #define PTM2MS          0xEF400038
 #define PTM2LA          0xEF40003C
 
-#define PCIDEVID_405GP         0x0
+#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