lin
2025-03-21 36aaa54056c4f4e150f6ee0636610d9a68470a08
1
2
3
4
5
6
#ifndef _SPD_SDRAM_H_
#define _SPD_SDRAM_H_
 
long int spd_sdram(void);
 
#endif