maple_tree.c 197 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/maple_tree.h>
  3. __rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt,
  4. unsigned int flags)
  5. {
  6. mt_init_flags(mt, flags);
  7. }