blob: b298615e8a46426b74a64b91186e0df5ed0b844c [file] [log] [blame]
Angel Ponsf23ae0b2020-04-02 23:48:12 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Nico Huber68d7c7a2012-10-02 11:46:11 +02002
3struct cpu_intel_model_1067x_config {
4 int c5 : 1;
5 int c6 : 1;
6 int slfm : 1;
7};