Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
usb
/
refs/heads/usb-testing
/
.
/
rust
/
helpers
/
usb.c
blob: eff1cf7be3c2d10b7e9248252d354eb8a4fd4c94 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/usb.h>
__rust_helper
struct
usb_device
*
rust_helper_interface_to_usbdev
(
struct
usb_interface
*
intf
)
{
return
interface_to_usbdev
(
intf
);
}