summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-10 13:52:08 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-10 09:53:34 +0100
commitc4e89a91251596e2060dced5d45d34580e69a326 (patch)
treece676d8b5d6fb5a5e360389256ac2cec4c5e2b79 /rtemsbsd/include
parentVMSTAT(8): Import from FreeBSD (diff)
downloadrtems-libbsd-c4e89a91251596e2060dced5d45d34580e69a326.tar.bz2
VMSTAT(8): Port to RTEMS
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/devstat.h0
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h4
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h2
3 files changed, 5 insertions, 1 deletions
diff --git a/rtemsbsd/include/devstat.h b/rtemsbsd/include/devstat.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/rtemsbsd/include/devstat.h
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index fae847ed..a6b03391 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (c) 2013-2014 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2013, 2016 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Dornierstr. 4
@@ -64,6 +64,8 @@ int rtems_bsd_command_tcpdump(int argc, char **argv);
int rtems_bsd_command_sysctl(int argc, char **argv);
+int rtems_bsd_command_vmstat(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 220109ba..818fd351 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -41,6 +41,8 @@ extern rtems_shell_cmd_t rtems_shell_TCPDUMP_Command;
extern rtems_shell_cmd_t rtems_shell_SYSCTL_Command;
+extern rtems_shell_cmd_t rtems_shell_VMSTAT_Command;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */