/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _SOUTHBRIDGE_TI_PCI7420 #define _SOUTHBRIDGE_TI_PCI7420 struct southbridge_ti_pci7420_config { int smartcard_enabled; }; #endif /* _SOUTHBRIDGE_TI_PCI7420 */