blob: 3f59bbe8cf2435741f5d262474e7f74c32ad36a3 [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Stefan Reinauer2e73e192010-01-17 13:52:50 +00002
3#ifndef _SOUTHBRIDGE_TI_PCI7420
4#define _SOUTHBRIDGE_TI_PCI7420
5
Stefan Reinauer2e73e192010-01-17 13:52:50 +00006struct southbridge_ti_pci7420_config {
7 int smartcard_enabled;
8};
9
10#endif /* _SOUTHBRIDGE_TI_PCI7420 */