xref: /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/sys_proto.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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