summaryrefslogtreecommitdiff
path: root/c_src/include/linux/sched/rt.h
blob: ef3040e4a77e86ef9a3a4742ec87a67d95fb45b4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SCHED_RT_H
#define _SCHED_RT_H

static inline int rt_task(struct task_struct *p)
{
	return 0;
}

#endif /* _SCHED_RT_H */