diff options
Diffstat (limited to 'include/spd_sdram.h')
-rw-r--r-- | include/spd_sdram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spd_sdram.h b/include/spd_sdram.h index 4e754ec..a2be96c 100644 --- a/include/spd_sdram.h +++ b/include/spd_sdram.h @@ -1,6 +1,6 @@ #ifndef _SPD_SDRAM_H_ #define _SPD_SDRAM_H_ -long int spd_sdram(int(read_spd)(uint addr)); +long int spd_sdram(void); #endif |