DHCPCD(8): Add basic support

This commit is contained in:
Sebastian Huber
2013-12-12 09:11:00 +01:00
parent ec37843a84
commit 917a78b209
8 changed files with 329 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ int rtems_bsd_command_ping6(int argc, char **argv);
int rtems_bsd_command_route(int argc, char **argv);
int rtems_bsd_command_dhcpcd(int argc, char **argv);
__END_DECLS
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */

View File

@@ -28,6 +28,7 @@
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
// #endif
#endif