830825d6c3
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>
7 lines
152 B
C
7 lines
152 B
C
/*
|
|
* Functions for setting up and using a MPC106 northbridge
|
|
*/
|
|
|
|
#include <asm/pci-bridge.h>
|
|
|
|
extern void setup_grackle(struct pci_controller *hose);
|