aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r--include/linux/isdn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 63af3208004f..bb710414f275 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -15,6 +15,7 @@
15#define __ISDN_H__ 15#define __ISDN_H__
16 16
17#include <linux/ioctl.h> 17#include <linux/ioctl.h>
18#include <linux/tty.h>
18 19
19#define ISDN_MAX_DRIVERS 32 20#define ISDN_MAX_DRIVERS 32
20#define ISDN_MAX_CHANNELS 64 21#define ISDN_MAX_CHANNELS 64
@@ -435,7 +436,7 @@ typedef struct atemu {
435/* Private data (similar to async_struct in <linux/serial.h>) */ 436/* Private data (similar to async_struct in <linux/serial.h>) */
436typedef struct modem_info { 437typedef struct modem_info {
437 int magic; 438 int magic;
438 int flags; /* defined in tty.h */ 439 struct tty_port port;
439 int x_char; /* xon/xoff character */ 440 int x_char; /* xon/xoff character */
440 int mcr; /* Modem control register */ 441 int mcr; /* Modem control register */
441 int msr; /* Modem status register */ 442 int msr; /* Modem status register */