tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / ti / pci7420 / chip.h
blob3a22824e746f0267d5f6253b717f3003044cb7e3
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2008-2009 coresystems GmbH
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; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef _SOUTHBRIDGE_TI_PCI7420
18 #define _SOUTHBRIDGE_TI_PCI7420
20 struct southbridge_ti_pci7420_config {
21 int smartcard_enabled;
24 #endif /* _SOUTHBRIDGE_TI_PCI7420 */