blob: a251aa5d6e2124768ae8cccb5fd1f44da742e539 [file] [log] [blame]
Felix Held3f3eca92020-01-23 17:12:32 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
Dave Frodin29179f02014-06-12 16:28:21 -06002
3#ifndef SUPERIO_NUVOTON_NCT5104D_CHIP_H
4#define SUPERIO_NUVOTON_NCT5104D_CHIP_H
5
6struct superio_nuvoton_nct5104d_config {
7 u8 irq_trigger_type;
Michał Żygowski65f05502020-02-12 13:10:23 +01008 u8 reset_gpios;
Dave Frodin29179f02014-06-12 16:28:21 -06009};
10
11#endif