xref: /openbmc/linux/arch/powerpc/boot/mpc8xx.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2bbc6fac3SScott Wood #ifndef _PPC_BOOT_MPC8xx_H_
3bbc6fac3SScott Wood #define _PPC_BOOT_MPC8xx_H_
4bbc6fac3SScott Wood 
5bbc6fac3SScott Wood #include "types.h"
6bbc6fac3SScott Wood 
7bbc6fac3SScott Wood void mpc8xx_set_clocks(u32 sysclk);
8bbc6fac3SScott Wood 
9bbc6fac3SScott Wood u32 mpc885_get_clock(u32 crystal);
10bbc6fac3SScott Wood int mpc885_fixup_clocks(u32 crystal);
11bbc6fac3SScott Wood 
12bbc6fac3SScott Wood #endif
13