Sign in
nest-open-source
/
manifest_repos
/
kernel
/
1650886512330522da41d487bb2ce75fd5da5ec8
/
.
/
include
/
linux
/
amlogic
/
cpu_hotplug.h
blob: 4f16845e0357780a0842f681c7ad15086be0911d [
file
] [
log
] [
blame
]
/* 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