platform.c 180 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/platform_device.h>
  3. __rust_helper bool rust_helper_dev_is_platform(const struct device *dev)
  4. {
  5. return dev_is_platform(dev);
  6. }