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