summaryrefslogtreecommitdiff
path: root/src/user/app/shell/builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/shell/builtins.h')
-rw-r--r--src/user/app/shell/builtins.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/user/app/shell/builtins.h b/src/user/app/shell/builtins.h
deleted file mode 100644
index 1e422bb..0000000
--- a/src/user/app/shell/builtins.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-#include <camellia/syscalls.h>
-#include <stdbool.h>
-
-struct builtin {
- const char *name;
- void (*fn)(int argc, char **argv);
-};
-
-extern struct builtin builtins[];