9 #ifndef _RTEMS_SHELL_INTERNAL_H 10 #define _RTEMS_SHELL_INTERNAL_H 30 int rtems_shell_execute_cmd(
const char *cmd,
int argc,
char *argv[]);
32 extern void rtems_shell_register_monitor_commands(
void);
34 extern void rtems_shell_print_heap_info(
39 extern void rtems_shell_print_heap_stats(
43 extern void rtems_shell_print_unified_work_area_message(
void);
45 #include <sys/types.h> 47 extern void strmode(mode_t mode,
char *p);
48 extern const char *user_from_uid(uid_t uid,
int nouser);
49 extern char *group_from_gid(gid_t gid,
int nogroup);
Run-time heap statistics.
Definition: heap.h:257
Instantatiate a New Terminal Shell.
Definition: internal.h:18