aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/grackle.h
diff options
context:
space:
mode:
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 @@
1#ifndef _ASM_POWERPC_GRACKLE_H
2#define _ASM_POWERPC_GRACKLE_H
3#ifdef __KERNEL__
4/*
5 * Functions for setting up and using a MPC106 northbridge
6 */
7
8#include <asm/pci-bridge.h>
9
10extern void setup_grackle(struct pci_controller *hose);
11#endif /* __KERNEL__ */
12#endif /* _ASM_POWERPC_GRACKLE_H */