aboutsummaryrefslogtreecommitdiff
path: root/include/spd_sdram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spd_sdram.h')
-rw-r--r--include/spd_sdram.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/spd_sdram.h b/include/spd_sdram.h
new file mode 100644
index 000000000..feb1bbd4c
--- /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