diff options
author | Rafal Jaworowski | 2006-03-16 17:46:46 +0100 |
---|---|---|
committer | Rafal Jaworowski | 2006-03-16 17:46:46 +0100 |
commit | dc9e499c620a590e0f906e807e24c85807af3338 (patch) | |
tree | 035fb097d198f6208bfd90a628b6faf2fb9f22d3 /include/spd_sdram.h | |
parent | d326f4a242971928ef5a6efb411a604b0478ef1c (diff) |
Support for DDR with 32-data path. Addotional notes on injecting
multiple-bit errors.
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 4e754ec9e33..a2be96c1aa1 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 |