Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
c156b584ee820a703073ceda3eaf6cec6afc9966
/
.
/
src
/
superio
/
nuvoton
/
nct5104d
/
chip.h
blob: 5b790372ad9c8375a8025c44f9fa7a5e31e819f7 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef
SUPERIO_NUVOTON_NCT5104D_CHIP_H
#define
SUPERIO_NUVOTON_NCT5104D_CHIP_H
struct
superio_nuvoton_nct5104d_config
{
u8 irq_trigger_type
;
};
#endif