/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2019 Amlogic, Inc. All rights reserved. */ #ifndef __CPU_HOTPLUG_H_ #define __CPU_HOTPLUG_H_ void cpufreq_set_max_cpu_num(unsigned int num, unsigned int cluster); #endif