tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / mb_sysconf.h
blobddd6cfe38f2739247c48433d79418f4377da1bdb
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2007 AMD
5 * Written by Yinghai Lu <yinghailu@amd.com> for AMD.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
18 #ifndef MB_SYSCONF_H
19 #define MB_SYSCONF_H
21 struct mb_sysconf_t {
22 unsigned char bus_mcp55[8]; //1
23 unsigned apicid_mcp55;
26 #endif