Files
Michael Bestas 3c5bab30b4 treewide: Import drivers/dts from oneplus/sm8250_t_13.0.0_op8
Change-Id: I5451cd543f28c485e79508e051533d41323d5f5b
2022-12-17 18:14:34 +02:00

8 lines
286 B
C

#ifndef _RT_BOOST__H
#define _RT_BOOST__H
bool should_honor_rt_sync(struct rq *rq, struct task_struct *p, bool sync);
bool task_need_anim_boost(struct task_struct *p, int src_cpu, int dest_cpu);
bool anim_boost_waker(struct task_struct *p);
unsigned long cpu_anim_util(int cpu);
#endif