2024-12-19 18:04:16 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
#include <linux/platform_device.h>
|
|
|
|
|
|
2025-12-02 19:37:52 +00:00
|
|
|
__rust_helper bool rust_helper_dev_is_platform(const struct device *dev)
|
2025-03-21 22:47:55 +01:00
|
|
|
{
|
|
|
|
|
return dev_is_platform(dev);
|
|
|
|
|
}
|