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