Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mkl
/
linux-can-next
/
9e2ad0bc3640c384799c91da0b8b794c672da4d3
/
.
/
rust
/
helpers
/
usb.c
blob: fb2aad0cbf4d26ac7fb1a3f176ee7a1d30800f92 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/usb.h>
struct
usb_device
*
rust_helper_interface_to_usbdev
(
struct
usb_interface
*
intf
)
{
return
interface_to_usbdev
(
intf
);
}