diff options
Diffstat (limited to 'include/clk.h')
-rw-r--r-- | include/clk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/clk.h b/include/clk.h new file mode 100644 index 0000000000..df4570c6f5 --- /dev/null +++ b/include/clk.h @@ -0,0 +1,6 @@ +#ifndef _CLK_H_ +#define _CLK_H_ + +int soc_clk_dump(void); + +#endif /* _CLK_H_ */ |