summaryrefslogtreecommitdiffstats
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.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/schedsim/shell/shared/schedsim_shell.h b/schedsim/shell/shared/schedsim_shell.h
index d1f2406..15685bc 100644
--- a/schedsim/shell/shared/schedsim_shell.h
+++ b/schedsim/shell/shared/schedsim_shell.h
@@ -1,7 +1,12 @@
-/*
- * BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
+/**
+ * @file
+ * @brief Scheduler Simulator Internals
*
- * COPYRIGHT (c) 1989-2013.
+ * @note BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -30,6 +35,9 @@ extern "C" {
void PRINT_EXECUTING(void);
void PRINT_HEIR(void);
+void schedsim_set_allow_dispatch(bool value);
+bool schedsim_is_dispatch_allowed(void);
+
struct rtems_shell_topic_tt;
typedef struct rtems_shell_topic_tt rtems_shell_topic_t;