RTEMS CPU Kit with SuperCore  4.11.3
rtl-shell.h
Go to the documentation of this file.
1 /*
2  * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
3  *
4  * The license and distribution terms for this file may be
5  * found in the file LICENSE in this distribution or at
6  * http://www.rtems.org/license/LICENSE.
7  */
16 #if !defined (_RTEMS_RTL_SHELL_H_)
17 #define _RTEMS_RTL_SHELL_H_
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif /* __cplusplus */
22 
23 #include <stdint.h>
24 
33 int rtems_rtl_shell_command (int argc, char* argv[]);
34 
35 #ifdef __cplusplus
36 }
37 #endif /* __cplusplus */
38 
39 #endif
int rtems_rtl_shell_command(int argc, char *argv[])
The RTL single shell command contains sub-commands.
Definition: rtl-shell.c:325