xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/sys_proto.h (revision ba5fd738de215472cc7c5f5511860738cf87df12)
1 /*
2  * (C) Copyright 2016 Rockchip Electronics Co.,Ltd
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _ASM_ARCH_SYS_PROTO_H
8 #define _ASM_ARCH_SYS_PROTO_H
9 
10 #if !defined(CONFIG_SPL_FRAMEWORK) || CONFIG_IS_ENABLED(TINY_FRAMEWORK)
11 int sdram_init(void);
12 #endif
13 
14 #endif /* _ASM_ARCH_SYS_PROTO_H */
15