]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/sched/rt.h
Move c_src dirs back to toplevel
[bcachefs-tools-debian] / include / linux / sched / rt.h
diff --git a/include/linux/sched/rt.h b/include/linux/sched/rt.h
new file mode 100644 (file)
index 0000000..ef3040e
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _SCHED_RT_H
+#define _SCHED_RT_H
+
+static inline int rt_task(struct task_struct *p)
+{
+       return 0;
+}
+
+#endif /* _SCHED_RT_H */