mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
ARP(8): Port to RTEMS
This commit is contained in:
@@ -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);
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user