linuxOS_D21X/source/uboot-2021.10/include/spd_sdram.h
2024-11-29 16:13:46 +08:00

7 lines
79 B
C

#ifndef _SPD_SDRAM_H_
#define _SPD_SDRAM_H_
long int spd_sdram(void);
#endif