dt_idle_states.h 177 B

1234567
  1. #ifndef __DT_IDLE_STATES
  2. #define __DT_IDLE_STATES
  3. int dt_init_idle_driver(struct cpuidle_driver *drv,
  4. const struct of_device_id *matches,
  5. unsigned int start_idx);
  6. #endif