-void termioschars(struct termios *t);
-int tputchar(int c, struct tty *tp);
-int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
- struct proc *p);
-int ttread(struct tty *tp, struct uio *uio, int flag);
-int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
-int ttselect(dev_t dev, int rw, void * wql, struct proc *p);
-void ttsetwater(struct tty *tp);
-int ttspeedtab(int speed, struct speedtab *table);
-int ttstart(struct tty *tp);
-void ttwakeup(struct tty *tp);
-int ttwrite(struct tty *tp, struct uio *uio, int flag);
-void ttwwakeup(struct tty *tp);
-void ttyblock(struct tty *tp);
-int ttycheckoutq(struct tty *tp, int wait);
-int ttyclose(struct tty *tp); /* LEGACY: avoid using */
-void ttyflush(struct tty *tp, int rw);
-void ttyinfo(struct tty *tp);
-void ttyinfo_locked(struct tty *tp);
-int ttyinput(int c, struct tty *tp);
-int ttylclose(struct tty *tp, int flag);
-int ttymodem(struct tty *tp, int flag);
-int ttyopen(dev_t device, struct tty *tp);
-int ttysleep(struct tty *tp,
- void *chan, int pri, const char *wmesg, int timeout);
-int ttywait(struct tty *tp);
+void termioschars(struct termios *t);
+int tputchar(int c, struct tty *tp);
+int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
+ struct proc *p);
+int ttread(struct tty *tp, struct uio *uio, int flag);
+int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
+int ttselect(dev_t dev, int rw, void * wql, struct proc *p);
+void ttsetwater(struct tty *tp);
+int ttspeedtab(int speed, struct speedtab *table);
+int ttstart(struct tty *tp);
+void ttwakeup(struct tty *tp);
+int ttwrite(struct tty *tp, struct uio *uio, int flag);
+void ttwwakeup(struct tty *tp);
+void ttyblock(struct tty *tp);
+int ttycheckoutq(struct tty *tp, int wait);
+int ttyclose(struct tty *tp); /* LEGACY: avoid using */
+void ttyflush(struct tty *tp, int rw);
+void ttyinfo(struct tty *tp);
+void ttyinfo_locked(struct tty *tp);
+int ttyinput(int c, struct tty *tp);
+int ttylclose(struct tty *tp, int flag);
+int ttymodem(struct tty *tp, int flag);
+int ttyopen(dev_t device, struct tty *tp);
+int ttysleep(struct tty *tp,
+ void *chan, int pri, const char *wmesg, int timeout);
+int ttywait(struct tty *tp);