summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-10 08:04:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-10 11:03:32 +0100
commit64c663c0d1341d208891e68a7e2c857485754f99 (patch)
tree80a4ff217d4f19245c58d1d419ca8f4387d58e4b /rtemsbsd/include
parentARP(8): Import from FreeBSD (diff)
downloadrtems-libbsd-64c663c0d1341d208891e68a7e2c857485754f99.tar.bz2
ARP(8): Port to RTEMS
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h2
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index a6b03391..52137b02 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -46,6 +46,8 @@
__BEGIN_DECLS
+int rtems_bsd_command_arp(int argc, char **argv);
+
int rtems_bsd_command_ifconfig(int argc, char **argv);
int rtems_bsd_command_netstat(int argc, char **argv);
diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h
index 818fd351..53ba255e 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -22,6 +22,8 @@
extern "C" {
#endif /* __cplusplus */
+extern rtems_shell_cmd_t rtems_shell_ARP_Command;
+
extern rtems_shell_cmd_t rtems_shell_BSD_Command;
extern rtems_shell_cmd_t rtems_shell_PFCTL_Command;