source: rtems-libbsd/testsuite/netshell01/shellconfig.c @ c4e89a9

55-freebsd-126-freebsd-12
Last change on this file since c4e89a9 was c4e89a9, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/16 at 12:52:08

VMSTAT(8): Port to RTEMS

  • Property mode set to 100644
File size: 487 bytes
Line 
1/*
2 *  Shell Configuration
3 */
4
5#include <rtems/shell.h>
6
7#include <rtems/netcmds-config.h>
8
9#define CONFIGURE_SHELL_COMMANDS_INIT
10#define CONFIGURE_SHELL_COMMANDS_ALL
11
12#define CONFIGURE_SHELL_USER_COMMANDS \
13    &rtems_shell_SYSCTL_Command, \
14    &rtems_shell_HOSTNAME_Command, \
15    &rtems_shell_PING_Command, \
16    &rtems_shell_ROUTE_Command, \
17    &rtems_shell_NETSTAT_Command, \
18    &rtems_shell_IFCONFIG_Command, \
19    &rtems_shell_VMSTAT_Command
20
21#include <rtems/shellconfig.h>
22
23
Note: See TracBrowser for help on using the repository browser.