]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/sched/rt.h
rust: bump rpassword to v7.x
[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 */