usb.c 194 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/usb.h>
  3. __rust_helper struct usb_device *
  4. rust_helper_interface_to_usbdev(struct usb_interface *intf)
  5. {
  6. return interface_to_usbdev(intf);
  7. }