aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/include/clk.h')
-rw-r--r--roms/u-boot/include/clk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/include/clk.h b/roms/u-boot/include/clk.h
new file mode 100644
index 00000000..df4570c6
--- /dev/null
+++ b/roms/u-boot/include/clk.h
@@ -0,0 +1,6 @@
+#ifndef _CLK_H_
+#define _CLK_H_
+
+int soc_clk_dump(void);
+
+#endif /* _CLK_H_ */