Merge branch '2019-01-14-master-imports'
[oweals/u-boot.git] / arch / arm / include / asm / arch-mediatek / reset.h
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 */