#include <linux/if.h>#include <linux/skbuff.h>#include <linux/termios.h>#include <linux/netdevice.h>#include <net/irda/irda.h>#include <net/irda/irqueue.h>#include <net/irda/irda_device.h>Include dependency graph for irtty.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | IRTTY_IOC_MAGIC 'e' |
| #define | IRTTY_IOCTDONGLE _IO(IRTTY_IOC_MAGIC, 1) |
| #define | IRTTY_IOCGET _IOR(IRTTY_IOC_MAGIC, 2, struct irtty_info) |
| #define | IRTTY_IOC_MAXNR 2 |
Functions | |
| int | irtty_register_dongle (struct dongle_reg *dongle) |
| void | irtty_unregister_dongle (struct dongle_reg *dongle) |
|
|
|
|
|
|
|
|
Definition at line 44 of file irtty.h. Referenced by irtty_ioctl(). |
|
|
Definition at line 43 of file irtty.h. Referenced by irtty_ioctl(). |
|
|
|
|
|
|