2025-08-25 15:18:05 -03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
#include <linux/usb.h>
|
|
|
|
|
|
2026-01-05 12:42:37 +00:00
|
|
|
__rust_helper struct usb_device *
|
|
|
|
|
rust_helper_interface_to_usbdev(struct usb_interface *intf)
|
2025-08-25 15:18:05 -03:00
|
|
|
{
|
|
|
|
|
return interface_to_usbdev(intf);
|
|
|
|
|
}
|