aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx/raminit.h
blob: 6e40683066c64161f104805d3d9cd18d7d27cfc0 (plain)
1
2
3
4
5
6
7
8
9
10
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 */