aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/shell.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-30 12:44:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-30 12:44:57 +0000
commit3d576f5929303b40037e36729299ebe988998079 (patch)
tree7ef9be001ae0dfa1ca973548fc30839041ab4a5b /os/various/shell.h
parentb7db852d0bbbcfe52810ab68b6885b2cf6064276 (diff)
downloadChibiOS-3d576f5929303b40037e36729299ebe988998079.tar.gz
ChibiOS-3d576f5929303b40037e36729299ebe988998079.tar.bz2
ChibiOS-3d576f5929303b40037e36729299ebe988998079.zip
Improved shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6397 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/shell.h')
-rw-r--r--os/various/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/various/shell.h b/os/various/shell.h
index 384a6a200..ef2676a74 100644
--- a/os/various/shell.h
+++ b/os/various/shell.h
@@ -70,6 +70,7 @@ extern EventSource shell_terminated;
extern "C" {
#endif
void shellInit(void);
+ void shellExit(msg_t msg);
Thread *shellCreate(const ShellConfig *scp, size_t size, tprio_t prio);
Thread *shellCreateStatic(const ShellConfig *scp, void *wsp,
size_t size, tprio_t prio);