mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 22:56:25 +08:00
VMSTAT(8): Port to RTEMS
This commit is contained in:
0
rtemsbsd/include/devstat.h
Normal file
0
rtemsbsd/include/devstat.h
Normal file
@@ -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_ */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user