]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/sched/rt.h
ef3040e4a77e86ef9a3a4742ec87a67d95fb45b4
[bcachefs-tools-debian] / include / linux / sched / rt.h
1 #ifndef _SCHED_RT_H
2 #define _SCHED_RT_H
3
4 static inline int rt_task(struct task_struct *p)
5 {
6         return 0;
7 }
8
9 #endif /* _SCHED_RT_H */