1 // SPDX-License-Identifier: GPL-2.0 1 2 3 #include <linux/rbtree.h> 4 5 void rust_helper_rb_link_node(struct rb_node * 6 struct rb_node * 7 { 8 rb_link_node(node, parent, rb_link); 9 } 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.