source: rtems-libbsd/rtemsbsd/include/rtems/netcmds-config.h @ bceabc9

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since bceabc9 was bceabc9, checked in by Sebastian Huber <sebastian.huber@…>, on 10/09/13 at 20:42:09

Move files to match FreeBSD layout

  • Property mode set to 100644
File size: 810 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_NETSTAT_Command;
31// #endif
32
33#endif
Note: See TracBrowser for help on using the repository browser.