summaryrefslogtreecommitdiffstats
path: root/src/southbridge/ti/pci7420/chip.h
blob: 114ce8d31fd72eae5565fdb94e199aa5f70a6f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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 */