aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 1ff6b62..5c31cd6 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -218,7 +218,7 @@ struct tty_port_operations {
/* Called on the final put of a port */
void (*destruct)(struct tty_port *port);
};
-
+
struct tty_port {
struct tty_struct *tty; /* Back pointer */
const struct tty_port_operations *ops; /* Port operations */
@@ -294,7 +294,11 @@ struct tty_struct {
void *driver_data;
struct list_head tty_files;
+#ifdef CONFIG_MDM_HSIC_PM
+#define N_TTY_BUF_SIZE 16384
+#else
#define N_TTY_BUF_SIZE 4096
+#endif
/*
* The following is data for the N_TTY line discipline. For