34#ifndef _RTEMS_SHELL_INTERNAL_H
35#define _RTEMS_SHELL_INTERNAL_H
42extern void rtems_shell_register_monitor_commands(
void);
44extern void rtems_shell_print_heap_info(
49extern void rtems_shell_print_heap_stats(
53extern void rtems_shell_print_unified_work_area_message(
void);
57extern void strmode(mode_t mode,
char *p);
58extern const char *user_from_uid(uid_t uid,
int nouser);
59extern char *group_from_gid(gid_t gid,
int nogroup);
Instantatiate a New Terminal Shell.
Run-time heap statistics.
Definition: heapinfo.h:60