1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_CPPC_H
4 #define AMD_BLOCK_CPPC_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 */