hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/usb/serial/usb-wwan.h
....@@ -15,8 +15,10 @@
1515 extern int usb_wwan_tiocmget(struct tty_struct *tty);
1616 extern int usb_wwan_tiocmset(struct tty_struct *tty,
1717 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);
2022 extern int usb_wwan_write(struct tty_struct *tty, struct usb_serial_port *port,
2123 const unsigned char *buf, int count);
2224 extern int usb_wwan_chars_in_buffer(struct tty_struct *tty);