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

struct mem_controller {
	device_t f0, f1, f2, f3;
	uint8_t channel0[4];
	uint8_t channel1[4];
};


#endif /* RAMINIT_H */