summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01/shellconfig.c
blob: 5b59acffb0e69e9eecc70a21922a9dfc1f081c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  Shell Configuration
 */

#include <rtems/shell.h>

#include <rtems/netcmds-config.h>

#define CONFIGURE_SHELL_COMMANDS_INIT
#define CONFIGURE_SHELL_COMMANDS_ALL

#define CONFIGURE_SHELL_USER_COMMANDS \
    &rtems_shell_SYSCTL_Command, \
    &rtems_shell_HOSTNAME_Command, \
    &rtems_shell_PING_Command, \
    &rtems_shell_ROUTE_Command, \
    &rtems_shell_NETSTAT_Command, \
    &rtems_shell_IFCONFIG_Command, \
    &rtems_shell_VMSTAT_Command

#include <rtems/shellconfig.h>