Sign in
android
/
kernel
/
common
/
84ccdbb63c07881271d1c4196196458a81f36647
/
.
/
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
);
}