bcachefs-tools/include/linux/sched/rt.h

10 lines
131 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _SCHED_RT_H
#define _SCHED_RT_H
static inline int rt_task(struct task_struct *p)
{
return 0;
}
#endif /* _SCHED_RT_H */