Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
refs/heads/main
/
.
/
rust
/
helpers
/
platform.c
blob: 188b3240f32dc470dac8f5f25203ffa88c3544a7 [
file
] [
log
] [
blame
] [
edit
]
// 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
);
}