9
0
Fork 0

[i.MX]: Add imx_get_ipgclk() prototype

This commit is contained in:
Sascha Hauer 2008-02-19 15:52:15 +01:00
parent ecaadd17aa
commit c47beef096
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ ulong imx_get_perclk1(void);
ulong imx_get_perclk2(void);
ulong imx_get_perclk3(void);
ulong imx_get_ahbclk(void);
ulong imx_get_ipgclk(void);
#endif /* __ASM_ARCH_CLOCK_H */