blob: 2662d1905e4444428cf06521ea64605908bc3b9e [file] [log] [blame]
Patrick Georgi02363b52020-05-05 20:48:50 +02001/* This file is part of the coreboot project. */
Damien Zammit003d15c2015-11-20 17:17:51 +11002/*
Damien Zammit003d15c2015-11-20 17:17:51 +11003 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of
7 * the License, or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15#ifndef PINEVIEW_RAMINIT_H
16#define PINEVIEW_RAMINIT_H
17
18void sdram_initialize(int boot_path, const u8 *sdram_addresses);
19
20#endif /* PINEVIEW_RAMINIT_H */