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