/arch/powerpc/boot/mpc8xx.h
https://github.com/aicjofs/android_kernel_lge_v500_20d_f2fs · C Header · 11 lines · 7 code · 4 blank · 0 comment · 0 complexity · 760e1f756c4ed4c3a56c1b17192f6afb MD5 · raw file
- #ifndef _PPC_BOOT_MPC8xx_H_
- #define _PPC_BOOT_MPC8xx_H_
- #include "types.h"
- void mpc8xx_set_clocks(u32 sysclk);
- u32 mpc885_get_clock(u32 crystal);
- int mpc885_fixup_clocks(u32 crystal);
- #endif