summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_1067x/chip.h
blob: 83e845188fb15660e35fb59d72ce99b16e02aa16 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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