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