blob: 811e3e169076844bbc00fc63ee507f7daa466bfd (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __VIA_CX700_RAMINIT_H__
#define __VIA_CX700_RAMINIT_H__
struct dram_cfg;
void sdram_enable(const struct dram_cfg *);
#endif
|