source: rtems-libbsd/freebsd-userspace/rtems/include/rtems/netcmds-config.h @ 53ad1b2

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since 53ad1b2 was 53ad1b2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/12 at 17:49:22

netcmds-config.h: New file. Use it in test

  • Property mode set to 100644
File size: 820 bytes
Line 
1/**
2 * @file rtems/netcmds-config.h
3 *
4 * RTEMS Shell Network Command Set Configuration
5 */
6
7/*
8 *  COPYRIGHT (c) 1989-2012.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
13 *  http://www.rtems.com/license/LICENSE.
14 */
15
16#ifndef _RTEMS_NETCMDS_CONFIG_h
17#define _RTEMS_NETCMDS_CONFIG_h
18
19#include <rtems/shell.h>
20
21/*
22 *  Externs for all command definition structures
23 */
24// #if RTEMS_NETWORKING
25  extern rtems_shell_cmd_t rtems_shell_PING_Command;
26  extern rtems_shell_cmd_t rtems_shell_PING6_Command;
27
28  // extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
29  // extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
30  // extern rtems_shell_cmd_t rtems_shell_NETSTATS_Command;
31// #endif
32
33#endif
Note: See TracBrowser for help on using the repository browser.