Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

irtty.h File Reference

#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)


Define Documentation

#define IRTTY_IOC_MAGIC   'e'
 

Definition at line 42 of file irtty.h.

#define IRTTY_IOC_MAXNR   2
 

Definition at line 45 of file irtty.h.

#define IRTTY_IOCGET   _IOR(IRTTY_IOC_MAGIC, 2, struct irtty_info)
 

Definition at line 44 of file irtty.h.

Referenced by irtty_ioctl().

#define IRTTY_IOCTDONGLE   _IO(IRTTY_IOC_MAGIC, 1)
 

Definition at line 43 of file irtty.h.

Referenced by irtty_ioctl().


Function Documentation

int irtty_register_dongle struct dongle_reg dongle  ) 
 

void irtty_unregister_dongle struct dongle_reg dongle  )