Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __DT_IDLE_STATES
0003 #define __DT_IDLE_STATES
0004 
0005 int dt_init_idle_driver(struct cpuidle_driver *drv,
0006             const struct of_device_id *matches,
0007             unsigned int start_idx);
0008 #endif