ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git] / src / soc / amd / common / block / include / amdblocks / cppc.h
blobd34121960a92318a7a0f4f649b93177025d12c30
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_CPPC_H
4 #define AMD_BLOCK_CPPC_H
6 #include <types.h>
7 #include <acpi/acpigen.h>
9 void generate_cppc_entries(unsigned int core_id);
10 enum cb_err get_ccx_cppc_min_frequency(uint32_t *freq);
11 enum cb_err get_ccx_cppc_nom_frequency(uint32_t *freq);
13 #endif /* AMD_BLOCK_CPPC_H */