blob: 3d521179138328656a5326bcf861600f1d684729 [file] [log] [blame]
Patrick Georgi02363b52020-05-05 20:48:50 +02001/* This file is part of the coreboot project. */
Patrick Georgiac959032020-05-05 22:49:26 +02002/* SPDX-License-Identifier: GPL-2.0-or-later */
Damien Zammit003d15c2015-11-20 17:17:51 +11003
4#ifndef PINEVIEW_RAMINIT_H
5#define PINEVIEW_RAMINIT_H
6
7void sdram_initialize(int boot_path, const u8 *sdram_addresses);
8
9#endif /* PINEVIEW_RAMINIT_H */