/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef COMMON_FSP_CCX_CPPC_DATA_H #define COMMON_FSP_CCX_CPPC_DATA_H #include #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 */