NVMECONTROL(8): Port to RTEMS

Update #3821.
This commit is contained in:
Sebastian Huber
2019-09-20 07:57:01 +02:00
parent 380ef1755d
commit afaeccc05a
26 changed files with 241 additions and 7 deletions

View File

@@ -52,6 +52,8 @@ int rtems_bsd_command_ifconfig(int argc, char **argv);
int rtems_bsd_command_netstat(int argc, char **argv);
int rtems_bsd_command_nvmecontrol(int argc, char **argv);
int rtems_bsd_command_pfctl(int argc, char **argv);
int rtems_bsd_command_ping(int argc, char **argv);

View File

@@ -55,6 +55,9 @@ extern rtems_shell_cmd_t rtems_shell_RACOON_Command;
extern rtems_shell_cmd_t rtems_shell_SETKEY_Command;
extern rtems_shell_cmd_t rtems_shell_OPENSSL_Command;
extern rtems_shell_cmd_t rtems_shell_NVMECONTROL_Command;
#ifdef __cplusplus
}
#endif /* __cplusplus */