diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 8a98de3f2..c8ad856a5 100644 --- a/include/common.h +++ b/include/common.h @@ -327,6 +327,9 @@ int	get_clocks (void);  #if defined(CONFIG_8260)  int	prt_8260_clks (void);  #endif +#if defined(CONFIG_MPC5XXX) +int	prt_mpc5xxx_clks (void); +#endif  #ifdef CONFIG_4xx  ulong	get_OPB_freq (void);  ulong	get_PCI_freq (void); |