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