summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/sdram.h
blob: ec0d082737c98ae7aede2e32a032e92aa3df815b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SOC_CAVIUM_CN81XX_SDRAM_H__
#define __SOC_CAVIUM_CN81XX_SDRAM_H__

#include <types.h>

size_t sdram_size_mb(void);
void sdram_init(void);

#endif	/* !__SOC_CAVIUM_CN81XX_SDRAM_H__ */