summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_1067x/chip.h
blob: b298615e8a46426b74a64b91186e0df5ed0b844c (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */

struct cpu_intel_model_1067x_config {
	int c5 : 1;
	int c6 : 1;
	int slfm : 1;
};