Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jaegeuk
/
f2fs
/
45b70947a425fa121a8b9bcbb77472d9e35def6a
/
.
/
rust
/
helpers
/
platform.c
blob: 1ce89c1a36f7913f6fb535f95e82c7a31782db0e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/platform_device.h>
bool
rust_helper_dev_is_platform
(
const
struct
device
*
dev
)
{
return
dev_is_platform
(
dev
);
}