summaryrefslogtreecommitdiff
path: root/src/init/shell.h
diff options
context:
space:
mode:
authordzwdz2021-10-10 15:31:18 +0000
committerdzwdz2021-10-10 15:31:18 +0000
commitba69471edd732efa8a9b435299b82bfc482e0756 (patch)
treea5f51bcd98bfdf52e9545b7a5620a9dd5899195a /src/init/shell.h
parentd9463f6e977ce686ac7a55f22b0b25b0ce67b025 (diff)
init/shell: basic readline()
Diffstat (limited to 'src/init/shell.h')
-rw-r--r--src/init/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/init/shell.h b/src/init/shell.h
new file mode 100644
index 0000000..fb27410
--- /dev/null
+++ b/src/init/shell.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void shell_loop(void);