aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/clk.h')
-rw-r--r--arch/sandbox/include/asm/clk.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/clk.h b/arch/sandbox/include/asm/clk.h
index d85cbadf6e..2b1c49f783 100644
--- a/arch/sandbox/include/asm/clk.h
+++ b/arch/sandbox/include/asm/clk.h
@@ -138,5 +138,13 @@ int sandbox_clk_test_free(struct udevice *dev);
138 * @return: 0 if OK, or a negative error code. 138 * @return: 0 if OK, or a negative error code.
139 */ 139 */
140int sandbox_clk_test_release_bulk(struct udevice *dev); 140int sandbox_clk_test_release_bulk(struct udevice *dev);
141/**
142 * sandbox_clk_test_valid - Ask the sandbox clock test device to check its
143 * clocks are valid.
144 *
145 * @dev: The sandbox clock test (client) devivce.
146 * @return: 0 if OK, or a negative error code.
147 */
148int sandbox_clk_test_valid(struct udevice *dev);
141 149
142#endif 150#endif