7 lines
79 B
C
Raw Permalink Normal View History

2025-05-10 21:49:39 +08:00
#ifndef _SPD_SDRAM_H_
#define _SPD_SDRAM_H_
long int spd_sdram(void);
#endif