blob: 90921f746b16dd49abbdd19b731cc0ac12186d65 [file] [log] [blame]
Angel Ponsf23ae0b2020-04-02 23:48:12 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Vladimir Serbinenko22dcdd92013-06-06 22:10:45 +02002
Jan Samekedda0f92023-04-27 10:39:27 +02003#ifndef __CPU_INTEL_MODEL_2065X_CHIP_H__
4#define __CPU_INTEL_MODEL_2065X_CHIP_H__
5
Vladimir Serbinenko22dcdd92013-06-06 22:10:45 +02006struct cpu_intel_model_2065x_config {
Vladimir Serbinenko22dcdd92013-06-06 22:10:45 +02007 int tcc_offset; /* TCC Activation Offset */
8};
Jan Samekedda0f92023-04-27 10:39:27 +02009
10#endif /* __CPU_INTEL_MODEL_2065X_CHIP_H__ */