blob: d644bb7360bf6edfcb046485b1e2d46d017fc485 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TEST_RBTREE_H
#define _TEST_RBTREE_H
#include <linux/kernel.h>
#include "../../../../include/linux/rbtree.h"
#endif /* _TEST_RBTREE_H */
|