summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_2065x/chip.h
blob: 90921f746b16dd49abbdd19b731cc0ac12186d65 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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__ */