aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit.h
blob: 7622cb7621ecec37bc8a57dfbc103d2983b35d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RAMINIT_H
#define RAMINIT_H

struct mem_controller {
	unsigned node_id;
	device_t f0, f1, f2, f3;
	uint16_t channel0[4]; //By LYH
	uint16_t channel1[4]; //By LYH
};


#endif /* RAMINIT_H */