aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/855pm/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/855pm/raminit.h')
-rw-r--r--src/northbridge/intel/855pm/raminit.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/northbridge/intel/855pm/raminit.h b/src/northbridge/intel/855pm/raminit.h
deleted file mode 100644
index 6e40683066..0000000000
--- a/src/northbridge/intel/855pm/raminit.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef RAMINIT_H
-#define RAMINIT_H
-
-#define DIMM_SOCKETS 4
-struct mem_controller {
- device_t d0;
- uint16_t channel0[DIMM_SOCKETS];
-};
-
-
-#endif /* RAMINIT_H */