blob: 519e7eb210f1a12c6cc19b2811054761b9174568 [file] [log] [blame]
Pragnesh Patele00653c2020-05-29 11:33:35 +05301/* 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
Lukas Funke2e71a9e2024-04-24 09:43:38 +020012int spl_dram_init(void);
Pragnesh Patele00653c2020-05-29 11:33:35 +053013
14#endif /* _SPL_SIFIVE_H */