summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/grackle.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-03 21:28:46 +0400
committerIngo Molnar <mingo@elte.hu>2008-10-03 21:28:46 +0400
commitf68ec0c24755e5cdb779be6240925f2175311d84 (patch)
treea7b7128e61a8456385d82bd1c7ca5f14eecbf2ca /arch/powerpc/include/asm/grackle.h
parent98920dc3d1113b883cbc73e3293446d3525c6042 (diff)
parent94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 (diff)
downloadlinux-f68ec0c24755e5cdb779be6240925f2175311d84.tar.xz
Merge commit 'v2.6.27-rc8' into x86/setup
Diffstat (limited to 'arch/powerpc/include/asm/grackle.h')
-rw-r--r--arch/powerpc/include/asm/grackle.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/grackle.h b/arch/powerpc/include/asm/grackle.h
new file mode 100644
index 000000000000..bd7812a519d4
--- /dev/null
+++ b/arch/powerpc/include/asm/grackle.h
@@ -0,0 +1,12 @@
+#ifndef _ASM_POWERPC_GRACKLE_H
+#define _ASM_POWERPC_GRACKLE_H
+#ifdef __KERNEL__
+/*
+ * Functions for setting up and using a MPC106 northbridge
+ */
+
+#include <asm/pci-bridge.h>
+
+extern void setup_grackle(struct pci_controller *hose);
+#endif /* __KERNEL__ */
+#endif /* _ASM_POWERPC_GRACKLE_H */