Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / include / clk.h
diff --git a/qemu/roms/u-boot/include/clk.h b/qemu/roms/u-boot/include/clk.h
new file mode 100644 (file)
index 0000000..df4570c
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _CLK_H_
+#define _CLK_H_
+
+int soc_clk_dump(void);
+
+#endif /* _CLK_H_ */