Remove address from GPLv2 headers
[coreboot.git] / src / southbridge / intel / sch / south.c
blobae80ec564de5d0a66d316211afa7f4584d64c0d6
1 /*
2 * This file is part of the coreboot project.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; version 2 of
8 * 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.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc.
20 #include <console/console.h>
21 #include <device/device.h>
22 #include <device/pci.h>
24 struct chip_operations southbridge_intel_sch_ops = {
25 CHIP_NAME("Intel SCH Southbridge")