From e6acc15bc94ea35f40e50b42692584c456ba9722 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Sep 2019 07:57:01 +0200 Subject: NVMECONTROL(8): Port to RTEMS Update #3821. --- rtemsbsd/include/machine/rtems-bsd-commands.h | 2 ++ rtemsbsd/include/rtems/netcmds-config.h | 3 +++ 2 files changed, 5 insertions(+) (limited to 'rtemsbsd/include') diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h index f5f2955a..c471d283 100644 --- a/rtemsbsd/include/machine/rtems-bsd-commands.h +++ b/rtemsbsd/include/machine/rtems-bsd-commands.h @@ -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_i2c(int argc, char **argv); diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h index 4d72a4fa..81f6c92e 100644 --- a/rtemsbsd/include/rtems/netcmds-config.h +++ b/rtemsbsd/include/rtems/netcmds-config.h @@ -57,6 +57,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 */ -- cgit v1.2.3