summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-09-04 16:35:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-05 13:11:03 -0700
commitba3fe7aba2067212a8c3baffc18f9209fcbe9d34 (patch)
tree41d613a3e445694739a368da89ef918d0e398249 /include/linux/tty.h
parent7ba2e769825fef035a943ed74d90379245508764 (diff)
downloadlinux-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.gz
linux-ba3fe7aba2067212a8c3baffc18f9209fcbe9d34.tar.xz
tty: move the async flags from the serial code into the tty includes
These are used with the tty_port flags which are tty generic so move the flags into a more sensible place. This then makes it possible to add helpers such as those suggested by Huang Shijie. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 69a787fdfa9c..dbebd1e56bc1 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -43,6 +43,7 @@
#include <linux/tty_driver.h>
#include <linux/tty_ldisc.h>
#include <linux/mutex.h>
+#include <linux/tty_flags.h>