summaryrefslogtreecommitdiff
path: root/src/user/include/knob/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/knob/task.h')
-rw-r--r--src/user/include/knob/task.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/user/include/knob/task.h b/src/user/include/knob/task.h
new file mode 100644
index 0000000..ea5df62
--- /dev/null
+++ b/src/user/include/knob/task.h
@@ -0,0 +1,9 @@
+#ifndef KNOB_TASK_H
+#define KNOB_TASK_H
+
+#include <stdbool.h>
+
+bool try_run_command(const char *path);
+void yield_task();
+
+#endif \ No newline at end of file