diff options
Diffstat (limited to 'include/spd_sdram.h')
-rw-r--r-- | include/spd_sdram.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/spd_sdram.h b/include/spd_sdram.h new file mode 100644 index 0000000..feb1bbd --- /dev/null +++ b/include/spd_sdram.h @@ -0,0 +1,6 @@ +#ifndef _SPD_SDRAM_H_ +#define _SPD_SDRAM_H_ + +long int spd_sdram(int(read_spd)(uint addr)); + +#endif |