blob: 9fcc3801bba557607dce7774aaef85f2fc254af4 [file] [log] [blame]
#ifndef RAMINIT_H
#define RAMINIT_H
#define DIMM_SOCKETS 4
struct mem_controller {
unsigned node_id;
// device_t f0, f1, f2, f3;
u16 channel0[DIMM_SOCKETS];
u16 channel1[DIMM_SOCKETS];
};
#endif /* RAMINIT_H */