Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
rafael
/
linux-pm
/
bleeding-edge
/
.
/
rust
/
helpers
/
platform.c
blob: 188b3240f32dc470dac8f5f25203ffa88c3544a7 [
file
]
// 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
);
}