mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
6 lines
79 B
C
Executable file
6 lines
79 B
C
Executable file
#ifndef _SPD_SDRAM_H_
|
|
#define _SPD_SDRAM_H_
|
|
|
|
long int spd_sdram(void);
|
|
|
|
#endif
|