summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i855pm/raminit.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-08-24 22:17:33 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-08-24 22:17:33 +0000
commit74bfa2c8b2a72ed88af4a84ebe6e172cd3af566b (patch)
treed13066280b550e239f129c8e4b517dd75a166219 /src/northbridge/intel/i855pm/raminit.h
parent7da4d6a089902fb438913b199783b14a9420c102 (diff)
downloadcoreboot-staging-74bfa2c8b2a72ed88af4a84ebe6e172cd3af566b.zip
coreboot-staging-74bfa2c8b2a72ed88af4a84ebe6e172cd3af566b.tar.gz
stupid ron! need to start names with a letter.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i855pm/raminit.h')
-rw-r--r--src/northbridge/intel/i855pm/raminit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/northbridge/intel/i855pm/raminit.h b/src/northbridge/intel/i855pm/raminit.h
new file mode 100644
index 0000000..6e40683
--- /dev/null
+++ b/src/northbridge/intel/i855pm/raminit.h
@@ -0,0 +1,11 @@
+#ifndef RAMINIT_H
+#define RAMINIT_H
+
+#define DIMM_SOCKETS 4
+struct mem_controller {
+ device_t d0;
+ uint16_t channel0[DIMM_SOCKETS];
+};
+
+
+#endif /* RAMINIT_H */
OpenPOWER on IntegriCloud