/* * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include #include #include #include #include #include "internal.h" #define OPTIONS "[-h]" rtems_shell_cmd_t rtems_shell_DEBUGRFS_Command = { "debugrfs", /* name */ "debugrfs " OPTIONS, /* usage */ "files", /* topic */ rtems_shell_debugrfs, /* command */ NULL, /* alias */ NULL /* next */ };