Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
refs/heads/net
/
.
/
rust
/
helpers
/
platform.c
blob: 1ce89c1a36f7913f6fb535f95e82c7a31782db0e [
file
] [
log
] [
blame
] [
edit
]
// 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
);
}