Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_POWERPC_GRACKLE_H
0003 #define _ASM_POWERPC_GRACKLE_H
0004 #ifdef __KERNEL__
0005 /*
0006  * Functions for setting up and using a MPC106 northbridge
0007  */
0008 
0009 #include <asm/pci-bridge.h>
0010 
0011 extern void setup_grackle(struct pci_controller *hose);
0012 #endif /* __KERNEL__ */
0013 #endif /* _ASM_POWERPC_GRACKLE_H */