blob: 83e845188fb15660e35fb59d72ce99b16e02aa16 [file] [log] [blame]
/* 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;
};