FreeCalypso > hg > fc-usbser-tools
diff libuwrap/open_close.h @ 40:f5847be43d35
fc-duart28-conf: bump off both ttyUSB devices on set operation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 10 Sep 2023 21:13:58 +0000 |
parents | 80e521d6609c |
children | 5160f6717903 |
line wrap: on
line diff
--- a/libuwrap/open_close.h Sun Sep 10 19:21:20 2023 +0000 +++ b/libuwrap/open_close.h Sun Sep 10 21:13:58 2023 +0000 @@ -1,2 +1,5 @@ extern usb_dev_handle *usbwrap_open_dev(struct usb_device *dev, int detach); extern void usbwrap_close_dev(usb_dev_handle *usbh); + +extern void +usbwrap_claim_interface(usb_dev_handle *usbh, int ifnum, int detach);