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
soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git]
/
src
/
superio
/
nuvoton
/
nct5104d
/
chip.h
blob
a251aa5d6e2124768ae8cccb5fd1f44da742e539
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef SUPERIO_NUVOTON_NCT5104D_CHIP_H
4
#define SUPERIO_NUVOTON_NCT5104D_CHIP_H
5
6
struct
superio_nuvoton_nct5104d_config
{
7
u8 irq_trigger_type
;
8
u8 reset_gpios
;
9
};
10
11
#endif