aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/grackle.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-26 17:16:38 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-26 17:16:38 +1000
commit830825d6c37a28061c0b6ca538a6411001cf3b2a (patch)
tree99ead002881c53e0eda644175ba43d4a166fa26e /include/asm-powerpc/grackle.h
parentpowerpc: Pull common bits of setup_{32,64}.c into setup-common.c (diff)
downloadlinux-dev-830825d6c37a28061c0b6ca538a6411001cf3b2a.tar.xz
linux-dev-830825d6c37a28061c0b6ca538a6411001cf3b2a.zip
powerpc: Pull out MPC106 (grackle) initialization code into its own file
This is so that the 32-bit CHRP code can use it. The MPC106 initialization code is now in arch/powerpc/sysdev/grackle.c and is controlled by CONFIG_PPC_MPC106. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/grackle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-powerpc/grackle.h b/include/asm-powerpc/grackle.h
new file mode 100644
index 000000000000..563c7a5e64c9
--- /dev/null
+++ b/include/asm-powerpc/grackle.h
@@ -0,0 +1,7 @@
+/*
+ * Functions for setting up and using a MPC106 northbridge
+ */
+
+#include <asm/pci-bridge.h>
+
+extern void setup_grackle(struct pci_controller *hose);