mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
14 lines
250 B
C
14 lines
250 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (c) 2020 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
|