tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / amd / mahogany_fam10 / mb_sysconf.h
blob59861163c95d77b06454c8a228172a941a5202bd
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2010 Advanced Micro Devices, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef MB_SYSCONF_H
18 #define MB_SYSCONF_H
20 struct mb_sysconf_t {
21 u8 bus_isa;
22 u8 bus_8132_0;
23 u8 bus_8132_1;
24 u8 bus_8132_2;
25 u8 bus_8111_0;
26 u8 bus_8111_1;
27 u8 bus_8132a[31][3];
28 u8 bus_8151[31][2];
30 u32 apicid_8111;
31 u32 apicid_8132_1;
32 u32 apicid_8132_2;
33 u32 apicid_8132a[31][2];
34 u32 sbdn3;
35 u32 sbdn3a[31];
36 u32 sbdn5[31];
39 #endif