~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 4ba0bad94ee66f45da510713fbd177ca28131c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2018 MediaTek Inc.
 */

#ifndef __MEDIATEK_RESET_H
#define __MEDIATEK_RESET_H

struct udevice;

int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs);

#endif	/* __MEDIATEK_RESET_H */