blob: ac88776cefd831c9affbe62cca94df77fe108d4c [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef COMMOM_FSP_CCX_CPPC_DATA_H
#define COMMON_FSP_CCX_CPPC_DATA_H
#include <types.h>
#define FSP_CCX_CPPC_DATA_VERSION 1
struct fsp_ccx_cppc_data {
uint8_t version;
uint8_t unused[3];
uint32_t ccx_cppc_min_speed;
uint32_t ccx_cppc_nom_speed;
} __packed;
#endif /* COMMON_FSP_CCX_CPPC_DATA_H */