bcachefs-tools/include/linux/sched/rt.h
2017-01-20 09:07:08 -09:00

10 lines
131 B
C

#ifndef _SCHED_RT_H
#define _SCHED_RT_H
static inline int rt_task(struct task_struct *p)
{
return 0;
}
#endif /* _SCHED_RT_H */