aboutsummaryrefslogtreecommitdiff
path: root/include/ntp_tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_tty.h')
-rw-r--r--include/ntp_tty.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ntp_tty.h b/include/ntp_tty.h
index 6dc48b6c71f1..56f75c115907 100644
--- a/include/ntp_tty.h
+++ b/include/ntp_tty.h
@@ -100,4 +100,9 @@ extern int ntp_tty_ioctl(int, u_int);
# endif
#endif
+extern int symBaud2numBaud(int symBaud);
+# if 0
+extern int numBaud2symBaud(int numBaud);
+#endif
+
#endif /* NTP_TTY_H */