1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __CLK_STARFIVE_JH7110_H
3 #define __CLK_STARFIVE_JH7110_H
4 
5 #include "clk-starfive-jh71x0.h"
6 
7 int jh7110_reset_controller_register(struct jh71x0_clk_priv *priv,
8 				     const char *adev_name,
9 				     u32 adev_id);
10 
11 #endif
12