aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mb_sysconf.h
blob: 9d373b3a86e0dd84dc02806ab2c6f2b31456a556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2011,2014 Oskar Enoksson <enok@lysator.liu.se>
 * Subject to the GNU GPL v2, or (at your option) any later version.
 */
#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