mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
a74e9d899d
Add SiFive fu740 cpu to support RISC-V arch Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
13 lines
255 B
C
13 lines
255 B
C
/* 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
|