Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
deller
/
linux-fbdev.git
/
40227f2efcfb7148fdee8d69ba52301951ef8a32
/
.
/
rust
/
helpers
/
platform.c
blob: 188b3240f32dc470dac8f5f25203ffa88c3544a7 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/platform_device.h>
__rust_helper
bool
rust_helper_dev_is_platform
(
const
struct
device
*
dev
)
{
return
dev_is_platform
(
dev
);
}