]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - c_src/include/linux/sched/rt.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / c_src / include / linux / sched / rt.h
diff --git a/c_src/include/linux/sched/rt.h b/c_src/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 */