blob: d34121960a92318a7a0f4f649b93177025d12c30 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef AMD_BLOCK_CPPC_H
#define AMD_BLOCK_CPPC_H
#include <types.h>
#include <acpi/acpigen.h>
void generate_cppc_entries(unsigned int core_id);
enum cb_err get_ccx_cppc_min_frequency(uint32_t *freq);
enum cb_err get_ccx_cppc_nom_frequency(uint32_t *freq);
#endif /* AMD_BLOCK_CPPC_H */