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