/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

  1. #ifndef _PPC_BOOT_MPC8xx_H_
  2. #define _PPC_BOOT_MPC8xx_H_
  3. #include "types.h"
  4. void mpc8xx_set_clocks(u32 sysclk);
  5. u32 mpc885_get_clock(u32 crystal);
  6. int mpc885_fixup_clocks(u32 crystal);
  7. #endif