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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedsim/shell/shared/schedsim_shell.h b/schedsim/shell/shared/schedsim_shell.h
index d9bdb84..08345c9 100644
--- a/schedsim/shell/shared/schedsim_shell.h
+++ b/schedsim/shell/shared/schedsim_shell.h
@@ -25,6 +25,11 @@
extern "C" {
#endif
+#define SCHED_NAME(i) rtems_build_name(' ', ' ', ' ', (char) ('A' + (i)))
+
+typedef char * shell_scheduler_name;
+extern shell_scheduler_name shell_scheduler_list[];
+
Thread_Control *get_thread_executing(void);
Thread_Control *get_thread_heir(void);