aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-09-04 11:35:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-05 16:11:03 -0400
commitba3fe7aba2067212a8c3baffc18f9209fcbe9d34 (patch)
tree41d613a3e445694739a368da89ef918d0e398249 /include/linux/tty.h
parent7ba2e769825fef035a943ed74d90379245508764 (diff)
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 69a787fdfa9..dbebd1e56bc 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -43,6 +43,7 @@
43#include <linux/tty_driver.h> 43#include <linux/tty_driver.h>
44#include <linux/tty_ldisc.h> 44#include <linux/tty_ldisc.h>
45#include <linux/mutex.h> 45#include <linux/mutex.h>
46#include <linux/tty_flags.h>
46 47
47 48
48 49