Go to the documentation of this file. 1 #ifndef _LINUX_TTY_LDISC_H
2 #define _LINUX_TTY_LDISC_H
110 #include <linux/fs.h>
111 #include <linux/wait.h>
113 #include <linux/wait.h>
131 const unsigned char *
buf,
size_t nr);
133 unsigned int cmd,
unsigned long arg);
135 unsigned int cmd,
unsigned long arg);
161 #define TTY_LDISC_MAGIC 0x5403
163 #define LDISC_FLAG_DEFINED 0x00000001
165 #define MODULE_ALIAS_LDISC(ldisc) \
166 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))