summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/cppc.h
blob: 41f668775ce0c082001109ff7870b8c0d420d559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_CEZANNE_CPPC_H
#define AMD_CEZANNE_CPPC_H

#include <types.h>
#include <acpi/acpigen.h>

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 */