aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/spd_sdram.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/include/spd_sdram.h')
-rw-r--r--roms/u-boot/include/spd_sdram.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/include/spd_sdram.h b/roms/u-boot/include/spd_sdram.h
new file mode 100644
index 00000000..a2be96c1
--- /dev/null
+++ b/roms/u-boot/include/spd_sdram.h
@@ -0,0 +1,6 @@
+#ifndef _SPD_SDRAM_H_
+#define _SPD_SDRAM_H_
+
+long int spd_sdram(void);
+
+#endif