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

#ifndef _CPU_AMD_COMMON_H
#define _CPU_AMD_COMMON_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