treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / southbridge / ti / pci7420 / chip.h
blob114ce8d31fd72eae5565fdb94e199aa5f70a6f47
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #ifndef _SOUTHBRIDGE_TI_PCI7420
5 #define _SOUTHBRIDGE_TI_PCI7420
7 struct southbridge_ti_pci7420_config {
8 int smartcard_enabled;
9 };
11 #endif /* _SOUTHBRIDGE_TI_PCI7420 */