/* SPDX-License-Identifier: GPL-2.0-only */

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