ARP(8): Port to RTEMS

This commit is contained in:
Sebastian Huber
2017-01-10 08:04:58 +01:00
parent 246b61e977
commit 64c663c0d1
12 changed files with 127 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;