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