RTEMS  5.0.0
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 #include <rtems/print.h>
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
24 
33 int rtems_rtl_shell_command (int argc, char* argv[]);
34 
38 int rtems_rtl_shell_list (const rtems_printer* printer, int argc, char* argv[]);
39 
43 int rtems_rtl_shell_sym (const rtems_printer* printer, int argc, char* argv[]);
44 
48 int rtems_rtl_shell_object (const rtems_printer* printer, int argc, char* argv[]);
49 
50 
54 int rtems_rtl_shell_archive (const rtems_printer* printer, int argc, char* argv[]);
55 
59 int rtems_rtl_shell_call (const rtems_printer* printer, int argc, char* argv[]);
60 
61 #ifdef __cplusplus
62 }
63 #endif /* __cplusplus */
64 
65 #endif
int rtems_rtl_shell_object(const rtems_printer *printer, int argc, char *argv[])
Definition: rtl-shell.c:635
int rtems_rtl_shell_call(const rtems_printer *printer, int argc, char *argv[])
Definition: rtl-shell.c:934
int rtems_rtl_shell_sym(const rtems_printer *printer, int argc, char *argv[])
Definition: rtl-shell.c:597
Definition: printer.h:55
int rtems_rtl_shell_command(int argc, char *argv[])
Definition: rtl-shell.c:1131
int rtems_rtl_shell_archive(const rtems_printer *printer, int argc, char *argv[])
Definition: rtl-shell.c:748
int rtems_rtl_shell_list(const rtems_printer *printer, int argc, char *argv[])
Definition: rtl-shell.c:567