summaryrefslogtreecommitdiff
path: root/schedsim/shell/shared/schedsim_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/shared/schedsim_shell.h')
-rw-r--r--schedsim/shell/shared/schedsim_shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedsim/shell/shared/schedsim_shell.h b/schedsim/shell/shared/schedsim_shell.h
index 15685bc..f094a52 100644
--- a/schedsim/shell/shared/schedsim_shell.h
+++ b/schedsim/shell/shared/schedsim_shell.h
@@ -24,6 +24,8 @@
extern "C" {
#endif
+void add_commands(void);
+
#define CHECK_RTEMS_IS_UP() \
do { \
if ( _System_state_Current != SYSTEM_STATE_UP ) { \