summaryrefslogtreecommitdiff
path: root/include/clk.h (plain)
blob: df4570c6f54abb0f5e6aac166b8096c19becdf69
1#ifndef _CLK_H_
2#define _CLK_H_
3
4int soc_clk_dump(void);
5
6#endif /* _CLK_H_ */
7