summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah/mb_sysconf.h
blob: 7368f05b4e521918b93face6edcd9cb00b408cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef MB_SYSCONF_H

#define MB_SYSCONF_H

struct mb_sysconf_t {
	unsigned char bus_isa;
	unsigned char bus_8132_0;
	unsigned char bus_8132_1;
	unsigned char bus_8132_2;
	unsigned char bus_8111_0;
	unsigned char bus_8111_1;
	unsigned char bus_8151_0;
	unsigned char bus_8151_1;
	unsigned apicid_8111;
	unsigned apicid_8132_1;
	unsigned apicid_8132_2;

	unsigned sbdn3;
	unsigned sbdn5;
};

#endif