1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2015 HiSilicon Technologies Co., Ltd.
10 struct hisi_reset_controller
;
12 #ifdef CONFIG_RESET_CONTROLLER
13 struct hisi_reset_controller
*hisi_reset_init(struct platform_device
*pdev
);
14 void hisi_reset_exit(struct hisi_reset_controller
*rstc
);
17 struct hisi_reset_controller
*hisi_reset_init(struct platform_device
*pdev
)
21 static inline void hisi_reset_exit(struct hisi_reset_controller
*rstc
)
25 #endif /* __HISI_RESET_H */