~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/net/irda/ircomm_tty.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
void ircomm_tty_start(struct tty_struct *tty);
121
121
void ircomm_tty_check_modem_status(struct ircomm_tty_cb *self);
122
122
 
123
 
extern int ircomm_tty_tiocmget(struct tty_struct *tty, struct file *file);
124
 
extern int ircomm_tty_tiocmset(struct tty_struct *tty, struct file *file,
 
123
extern int ircomm_tty_tiocmget(struct tty_struct *tty);
 
124
extern int ircomm_tty_tiocmset(struct tty_struct *tty,
125
125
                               unsigned int set, unsigned int clear);
126
 
extern int ircomm_tty_ioctl(struct tty_struct *tty, struct file *file, 
 
126
extern int ircomm_tty_ioctl(struct tty_struct *tty, 
127
127
                            unsigned int cmd, unsigned long arg);
128
128
extern void ircomm_tty_set_termios(struct tty_struct *tty, 
129
129
                                   struct ktermios *old_termios);