Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_BOOT_MPC8xx_H_
0003 #define _PPC_BOOT_MPC8xx_H_
0004 
0005 #include "types.h"
0006 
0007 void mpc8xx_set_clocks(u32 sysclk);
0008 
0009 u32 mpc885_get_clock(u32 crystal);
0010 int mpc885_fixup_clocks(u32 crystal);
0011 
0012 #endif