summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/cppc.h
blob: 7961f60794bfc7be51bfcfb717c5a47744b73892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 generate_cppc_entries(unsigned int core_id);

#endif /* AMD_CEZANNE_CPPC_H */