1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2020 SiFive, Inc.
4  *
5  * Author: Sagar Kadam <sagar.kadam@sifive.com>
6  */
7 
8 #ifndef __RESET_SIFIVE_H
9 #define __RESET_SIFIVE_H
10 
11 int sifive_reset_bind(struct udevice *dev, ulong count);
12 
13 #endif
14