summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/pineview/raminit.h
blob: 3d521179138328656a5326bcf861600f1d684729 (plain)
1
2
3
4
5
6
7
8
9
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef PINEVIEW_RAMINIT_H
#define PINEVIEW_RAMINIT_H

void sdram_initialize(int boot_path, const u8 *sdram_addresses);

#endif /* PINEVIEW_RAMINIT_H */