summaryrefslogtreecommitdiffstats
path: root/spd.h
diff options
context:
space:
mode:
authorMichael Brown2009-09-22 22:20:42 +0200
committerMichael Brown2012-07-09 16:41:42 +0200
commit1abd405570a2692adcc3bef3845bfb9178a1d952 (patch)
treee00898ca6512883677073335334add8e3b22b33d /spd.h
parent[import] Import version 2.11 (diff)
downloadmemtest86-1abd405570a2692adcc3bef3845bfb9178a1d952.tar.gz
memtest86-1abd405570a2692adcc3bef3845bfb9178a1d952.tar.xz
memtest86-1abd405570a2692adcc3bef3845bfb9178a1d952.zip
[import] Import version 4.00
http://www.memtest.org/download/4.00/memtest86+-4.00.tar.gz
Diffstat (limited to 'spd.h')
-rw-r--r--spd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/spd.h b/spd.h
new file mode 100644
index 0000000..7150381
--- /dev/null
+++ b/spd.h
@@ -0,0 +1,13 @@
+/*
+ * MemTest86+ V3.00 Specific code (GPL V2.0)
+ * By Samuel DEMEULEMEESTER, sdemeule@memtest.org
+ * http://www.canardpc.com - http://www.memtest.org
+ */
+
+void get_spd_spec(void);
+int get_ddr2_module_size(int rank_density_byte, int rank_num_byte);
+int get_ddr3_module_size(int sdram_capacity, int prim_bus_width, int sdram_width, int ranks);
+char* convert_hex_to_char(unsigned hex_org);
+#define LINE_SPD 16
+
+