mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
10 lines
131 B
C
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 */
|