blob: d19869045da738d0b5de2583b15e34cac68c8999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8783EF_CHIP_H
#define SUPERIO_ITE_IT8783EF_CHIP_H
#include <superio/ite/common/env_ctrl_chip.h>
struct superio_ite_it8783ef_config {
struct ite_ec_config ec;
};
#endif /* SUPERIO_ITE_IT8783EF_CHIP_H */
|