payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / ite / it8613e / chip.h
blob87493bb8c7870fe9883e12ea70f74ad8a592732f
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_ITE_IT8613E_CHIP_H
4 #define SUPERIO_ITE_IT8613E_CHIP_H
6 #include <superio/ite/common/env_ctrl_chip.h>
8 struct superio_ite_it8613e_config {
9 struct ite_ec_config ec;
12 #endif /* SUPERIO_ITE_IT8613E_CHIP_H */