blob: 538ef87410a1b7835c2496d282b575c831a542f9 [file] [log] [blame]
Green Wan7f337432021-05-27 06:52:07 -07001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2020-2021 SiFive, Inc.
4 *
5 * Author: Sagar Kadam <sagar.kadam@sifive.com>
6 */
7
8#ifndef __RESET_SIFIVE_H
9#define __RESET_SIFIVE_H
10
11int sifive_reset_bind(struct udevice *dev, ulong count);
12
13#endif