aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mb_sysconf.h
blob: 3dfd5deb01aea562e6ec7902f07a51f58dae7eb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * 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