aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/commands/command.h
diff options
context:
space:
mode:
authorMarvin Borner2020-01-26 18:41:23 +0100
committerGitHub2020-01-26 18:41:23 +0100
commit43f501c74aa09f18c904ace902dc4cc5d241c218 (patch)
treeea30b53ac6043faddd1cdb2fdea17f37178b1cc7 /src/kernel/commands/command.h
parentd5d1749257ff8b9aa6b5ace4b4720b484a2860f3 (diff)
parentbb2a6b4d93512e8afc1b1999eb58f1f506cc27ae (diff)
Merged task-based userspace switching and updated heap/paging code
Awesome!
Diffstat (limited to 'src/kernel/commands/command.h')
-rw-r--r--src/kernel/commands/command.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kernel/commands/command.h b/src/kernel/commands/command.h
deleted file mode 100644
index 9e402aa..0000000
--- a/src/kernel/commands/command.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MELVIX_COMMAND_H
-#define MELVIX_COMMAND_H
-
-/**
- * Execute a command in the pseudo shell
- * @deprecated - will be replaced by real shell soon
- * @param command The desired command
- */
-void exec_command(char *command);
-
-#endif