summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-12-09 11:51:50 +0100
committerChristian Mauderer <Christian.Mauderer@embedded-brains.de>2017-01-17 12:51:30 +0100
commitecda18104e1ac2a5c0a5d146f78b2ef0cebada6e (patch)
treebd1ff3f2c10d67f7001e9b3367808b415bacb40d /rtemsbsd/include
parentfreebsd/wlanstats: Import from FreeBSD. (diff)
downloadrtems-libbsd-ecda18104e1ac2a5c0a5d146f78b2ef0cebada6e.tar.bz2
freebsd/wlanstats: Port to FreeBSD.
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h2
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index 52137b02..c0524c8a 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -68,6 +68,8 @@ int rtems_bsd_command_sysctl(int argc, char **argv);
int rtems_bsd_command_vmstat(int argc, char **argv);
+int rtems_bsd_command_wlanstats(int argc, char **argv);
+
__END_DECLS
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */
diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h
index 9a2a2861..b3bc66f2 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -43,6 +43,8 @@ extern rtems_shell_cmd_t rtems_shell_SYSCTL_Command;
extern rtems_shell_cmd_t rtems_shell_VMSTAT_Command;
+extern rtems_shell_cmd_t rtems_shell_WLANSTATS_Command;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */