/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef AMD_CEZANNE_CPPC_H #define AMD_CEZANNE_CPPC_H #include #include struct cppc_config; void cpu_init_cppc_config(struct cppc_config *config, u32 version); void generate_cppc_entries(unsigned int core_id); #endif /* AMD_CEZANNE_CPPC_H */