tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / advansus / a785e-i / mb_sysconf.h
blobd3383f9a6e9ac1fb2f900a701d0b57a5b77bb697
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2011 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
17 #define MB_SYSCONF_H
19 struct mb_sysconf_t {
20 u8 bus_isa;
21 u8 bus_8132_0;
22 u8 bus_8132_1;
23 u8 bus_8132_2;
24 u8 bus_8111_0;
25 u8 bus_8111_1;
26 u8 bus_8132a[31][3];
27 u8 bus_8151[31][2];
29 u32 apicid_8111;
30 u32 apicid_8132_1;
31 u32 apicid_8132_2;
32 u32 apicid_8132a[31][2];
33 u32 sbdn3;
34 u32 sbdn3a[31];
35 u32 sbdn5[31];
38 #endif