X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcommon.h;h=d6182275d43e7c45db80736e7fffbeab8a77a289;hb=550650ddd0fde00f245bc3da72d7272844198394;hp=2151597b2b6197b0916ebea48850148ed2b2c7d0;hpb=afabb498b749b48ca3ee7e833fe1501e2d6993cb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/common.h b/include/common.h index 2151597..d618227 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;