aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mb_sysconf.h
blob: 2b167914a24ab5359c1c48c2bc92888a68a53554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef MB_SYSCONF_H

#define MB_SYSCONF_H

struct mb_sysconf_t {
	unsigned char bus_8131_0;
	unsigned char bus_8131_1;
	unsigned char bus_8131_2;
	unsigned char bus_8111_0;
	unsigned char bus_8111_1;

	unsigned apicid_8111;
	unsigned apicid_8131_1;
	unsigned apicid_8131_2;

	unsigned sbdn3;
};

#endif