/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __CPU_INTEL_MODEL_2065X_CHIP_H__ #define __CPU_INTEL_MODEL_2065X_CHIP_H__ struct cpu_intel_model_2065x_config { int tcc_offset; /* TCC Activation Offset */ }; #endif /* __CPU_INTEL_MODEL_2065X_CHIP_H__ */