summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mediatek/reset.h
blob: 9704666d24e1de1e8c3c25caeab9d191f57bb933 (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

#include <dm.h>

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

#endif	/* __MEDIATEK_RESET_H */