xref: /openbmc/u-boot/arch/arm/include/asm/arch-mediatek/reset.h (revision 0bf3f9cb2722e57a0afb37cb61af5ceaefcf70e0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 MediaTek Inc.
4  */
5 
6 #ifndef __MEDIATEK_RESET_H
7 #define __MEDIATEK_RESET_H
8 
9 #include <dm.h>
10 
11 int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs);
12 
13 #endif	/* __MEDIATEK_RESET_H */
14