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

55-freebsd-126-freebsd-12
Last change on this file since 64c663c was 64c663c, checked in by Sebastian Huber <sebastian.huber@…>, on 01/10/17 at 07:04:58

ARP(8): Port to RTEMS

  • Property mode set to 100644
File size: 519 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_ARP_Command, \
14    &rtems_shell_SYSCTL_Command, \
15    &rtems_shell_HOSTNAME_Command, \
16    &rtems_shell_PING_Command, \
17    &rtems_shell_ROUTE_Command, \
18    &rtems_shell_NETSTAT_Command, \
19    &rtems_shell_IFCONFIG_Command, \
20    &rtems_shell_VMSTAT_Command
21
22#include <rtems/shellconfig.h>
23
24
Note: See TracBrowser for help on using the repository browser.