2025-09-02 08:35:11 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
#include <linux/maple_tree.h>
|
|
|
|
|
|
2026-01-05 12:42:23 +00:00
|
|
|
__rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt,
|
|
|
|
|
unsigned int flags)
|
2025-09-02 08:35:11 +00:00
|
|
|
{
|
|
|
|
|
mt_init_flags(mt, flags);
|
|
|
|
|
}
|