• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ITE_IT8718F_CHIP_H
4 #define SUPERIO_ITE_IT8718F_CHIP_H
5 
6 #include <superio/ite/common/env_ctrl_chip.h>
7 
8 struct superio_ite_it8718f_config {
9 	struct ite_ec_config ec;
10 };
11 
12 #endif /* SUPERIO_ITE_IT8718F_CHIP_H */
13