]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - c_src/include/linux/sched/cputime.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / c_src / include / linux / sched / cputime.h
diff --git a/c_src/include/linux/sched/cputime.h b/c_src/include/linux/sched/cputime.h
new file mode 100644 (file)
index 0000000..a89c626
--- /dev/null
@@ -0,0 +1,6 @@
+
+static inline void task_cputime_adjusted(struct task_struct *p, u64 *utime, u64 *stime)
+{
+       *utime = 0;
+       *stime = 0;
+}