forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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);