xref: /linux-6.15/include/linux/reset/sunxi.h (revision fdce6078)
1*fdce6078SPhilipp Zabel /* SPDX-License-Identifier: GPL-2.0 */
2*fdce6078SPhilipp Zabel #ifndef __LINUX_RESET_SUNXI_H__
3*fdce6078SPhilipp Zabel #define __LINUX_RESET_SUNXI_H__
4*fdce6078SPhilipp Zabel 
5*fdce6078SPhilipp Zabel void __init sun6i_reset_init(void);
6*fdce6078SPhilipp Zabel 
7*fdce6078SPhilipp Zabel #endif /* __LINUX_RESET_SUNXI_H__ */
8