Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/cpuidle/dt_idle_states.h
26278 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __DT_IDLE_STATES
3
#define __DT_IDLE_STATES
4
5
int dt_init_idle_driver(struct cpuidle_driver *drv,
6
const struct of_device_id *matches,
7
unsigned int start_idx);
8
#endif
9
10