xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/sys_proto.h (revision e17ddcea32b2fa7b82fb079f37195855a55e39a2)
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 #ifndef CONFIG_SPL_FRAMEWORK
11 void sdram_init(void);
12 #endif
13 
14 #endif /* _ASM_ARCH_SYS_PROTO_H */
15