diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 2151597b2..d6182275d 100644 --- a/include/common.h +++ b/include/common.h @@ -535,6 +535,7 @@ ulong get_PERCLK2(void);  ulong get_PERCLK3(void);  #endif  ulong	get_bus_freq  (ulong); +int get_serial_clock(void);  #if defined(CONFIG_MPC85xx)  typedef MPC85xx_SYS_INFO sys_info_t; |