blob: a924eaa4d40bb82c366b08f7e4f2ea36bc76a199 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef CEZANNE_FSP_CCX_CPPC_DATA_H
#define CEZANNE_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 /* CEZANNE_FSP_CCX_CPPC_DATA_H */