summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-09-10 22:58:42 +0200
committerArnd Bergmann <arnd@arndb.de>2011-09-10 22:58:42 +0200
commit72787aa866bfa6bcbd259e7a39b2f9a2f412794e (patch)
tree1769d854a26f444875f7cdfd9982fe494a4cff71 /include/linux/tty.h
parentad9f6677575e80ce23cb491d5ffb7b536772552e (diff)
parent0a072a247fa79979dd31813decb6b118d7d511fd (diff)
downloadtalos-op-linux-72787aa866bfa6bcbd259e7a39b2f9a2f412794e.tar.gz
talos-op-linux-72787aa866bfa6bcbd259e7a39b2f9a2f412794e.zip
Merge branches 'tegra/board' and 'at91/board' into next/board
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 44bc0c5617e1..5f2ede82b3d6 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -421,6 +421,8 @@ extern void tty_driver_flush_buffer(struct tty_struct *tty);
extern void tty_throttle(struct tty_struct *tty);
extern void tty_unthrottle(struct tty_struct *tty);
extern int tty_do_resize(struct tty_struct *tty, struct winsize *ws);
+extern void tty_driver_remove_tty(struct tty_driver *driver,
+ struct tty_struct *tty);
extern void tty_shutdown(struct tty_struct *tty);
extern void tty_free_termios(struct tty_struct *tty);
extern int is_current_pgrp_orphaned(void);
OpenPOWER on IntegriCloud