From 5f0ab5cfb5aa04cd08b06a43e8258253703e95ea Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 28 May 2014 17:17:29 +0200 Subject: shell: Make rtems_global_shell_env public Provide rtems_global_shell_env as a public read-only variable for backward compatibility. --- cpukit/libmisc/shell/shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmisc/shell/shell.h') diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h index af09ac3a38..76b34c7a5e 100644 --- a/cpukit/libmisc/shell/shell.h +++ b/cpukit/libmisc/shell/shell.h @@ -205,6 +205,8 @@ bool rtems_shell_main_loop( rtems_shell_env_t *rtems_shell_env ); +extern const rtems_shell_env_t rtems_global_shell_env; + rtems_shell_env_t *rtems_shell_get_current_env(void); #define rtems_current_shell_env rtems_shell_get_current_env() -- cgit v1.2.3