| Index: third_party/libusb/src/libusb/libusb.h
|
| diff --git a/third_party/libusb/src/libusb/libusb.h b/third_party/libusb/src/libusb/libusb.h
|
| index beff229e1069f38ee2a588ab2e452685149c8b5d..fdf0b4d1b051ed304b287fa07f7c4470b382c327 100644
|
| --- a/third_party/libusb/src/libusb/libusb.h
|
| +++ b/third_party/libusb/src/libusb/libusb.h
|
| @@ -1350,6 +1350,11 @@ int LIBUSB_CALL libusb_pollfds_handle_timeouts(libusb_context *ctx);
|
| int LIBUSB_CALL libusb_get_next_timeout(libusb_context *ctx,
|
| struct timeval *tv);
|
|
|
| +/**
|
| + * Interrupt libusb_handle_events_timeout_completed.
|
| + */
|
| +void LIBUSB_CALL libusb_send_event(struct libusb_context *ctx);
|
| +
|
| /** \ingroup poll
|
| * File descriptor for polling
|
| */
|
|
|