aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/lx/raminit.h')
-rw-r--r--src/northbridge/amd/lx/raminit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/northbridge/amd/lx/raminit.h b/src/northbridge/amd/lx/raminit.h
new file mode 100644
index 0000000000..f13f53a09f
--- /dev/null
+++ b/src/northbridge/amd/lx/raminit.h
@@ -0,0 +1,10 @@
+#ifndef RAMINIT_H
+#define RAMINIT_H
+
+#define DIMM_SOCKETS 2
+
+struct mem_controller {
+ uint16_t channel0[DIMM_SOCKETS];
+};
+
+#endif /* RAMINIT_H */