Pragnesh Patel | 01cdef2 | 2020-05-29 11:33:35 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright (C) 2020 SiFive, Inc. | ||||
4 | * | ||||
5 | * Authors: | ||||
6 | * Pragnesh Patel <pragnesh.patel@sifve.com> | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef _SPL_SIFIVE_H | ||||
10 | #define _SPL_SIFIVE_H | ||||
11 | |||||
Bin Meng | d6a0170 | 2020-08-02 23:09:03 -0700 | [diff] [blame] | 12 | int spl_soc_init(void); |
Pragnesh Patel | 01cdef2 | 2020-05-29 11:33:35 +0530 | [diff] [blame] | 13 | |
14 | #endif /* _SPL_SIFIVE_H */ |