~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 538ef87410a1b7835c2496d282b575c831a542f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2020-2021 SiFive, Inc.
 *
 * Author: Sagar Kadam <sagar.kadam@sifive.com>
 */

#ifndef __RESET_SIFIVE_H
#define __RESET_SIFIVE_H

int sifive_reset_bind(struct udevice *dev, ulong count);

#endif