blob: 5b790372ad9c8375a8025c44f9fa7a5e31e819f7 [file] [log] [blame]
Felix Held3f3eca92020-01-23 17:12:32 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* This file is part of the coreboot project. */
Dave Frodin29179f02014-06-12 16:28:21 -06003
4#ifndef SUPERIO_NUVOTON_NCT5104D_CHIP_H
5#define SUPERIO_NUVOTON_NCT5104D_CHIP_H
6
7struct superio_nuvoton_nct5104d_config {
8 u8 irq_trigger_type;
9};
10
11#endif