diff options
Diffstat (limited to 'src/superio/ite/it8784e/chip.h')
-rw-r--r-- | src/superio/ite/it8784e/chip.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/superio/ite/it8784e/chip.h b/src/superio/ite/it8784e/chip.h new file mode 100644 index 0000000000..475f9c4061 --- /dev/null +++ b/src/superio/ite/it8784e/chip.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef SUPERIO_ITE_IT8784E_CHIP_H +#define SUPERIO_ITE_IT8784E_CHIP_H + +#include <superio/ite/common/env_ctrl_chip.h> + +struct superio_ite_it8784e_config { + struct ite_ec_config ec; +}; + +#endif /* SUPERIO_ITE_IT8784E_CHIP_H */ |