.. | .. |
---|
15 | 15 | extern int usb_wwan_tiocmget(struct tty_struct *tty); |
---|
16 | 16 | extern int usb_wwan_tiocmset(struct tty_struct *tty, |
---|
17 | 17 | unsigned int set, unsigned int clear); |
---|
18 | | -extern int usb_wwan_ioctl(struct tty_struct *tty, |
---|
19 | | - unsigned int cmd, unsigned long arg); |
---|
| 18 | +extern int usb_wwan_get_serial_info(struct tty_struct *tty, |
---|
| 19 | + struct serial_struct *ss); |
---|
| 20 | +extern int usb_wwan_set_serial_info(struct tty_struct *tty, |
---|
| 21 | + struct serial_struct *ss); |
---|
20 | 22 | extern int usb_wwan_write(struct tty_struct *tty, struct usb_serial_port *port, |
---|
21 | 23 | const unsigned char *buf, int count); |
---|
22 | 24 | extern int usb_wwan_chars_in_buffer(struct tty_struct *tty); |
---|