summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-commands.h
diff options
context:
space:
mode:
authorKevin Kirspel <kevin-kirspel@idexx.com>2017-05-04 08:27:59 -0400
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-11 11:15:41 +0200
commit880a17cb0b8a3a47390c9a1904ee82335cc8eabb (patch)
tree71facf3fb773be9fc3d09812a3f0508b5cc8d3e8 /rtemsbsd/include/machine/rtems-bsd-commands.h
parentUpdating FREEBSD for tty support (diff)
downloadrtems-libbsd-880a17cb0b8a3a47390c9a1904ee82335cc8eabb.tar.bz2
Adding RTEMS support for FREEBSD TTY
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-commands.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index c0524c8a..9e9ed1c5 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -70,6 +70,8 @@ int rtems_bsd_command_vmstat(int argc, char **argv);
int rtems_bsd_command_wlanstats(int argc, char **argv);
+int rtems_bsd_command_stty(int argc, char **argv);
+
__END_DECLS
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */