repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/starlabs/merlin: Add an option to disabled the lid switch
[coreboot2.git]
/
src
/
southbridge
/
ti
/
pci7420
/
chip.h
blob
3f59bbe8cf2435741f5d262474e7f74c32ad36a3
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef _SOUTHBRIDGE_TI_PCI7420
4
#define _SOUTHBRIDGE_TI_PCI7420
5
6
struct
southbridge_ti_pci7420_config
{
7
int
smartcard_enabled
;
8
};
9
10
#endif
/* _SOUTHBRIDGE_TI_PCI7420 */