xref: /rk3399_rockchip-uboot/include/spd_sdram.h (revision 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352)
1 #ifndef _SPD_SDRAM_H_
2 #define _SPD_SDRAM_H_
3 
4 long int spd_sdram(void);
5 
6 #endif
7