of.c 170 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/of.h>
  3. __rust_helper bool rust_helper_is_of_node(const struct fwnode_handle *fwnode)
  4. {
  5. return is_of_node(fwnode);
  6. }