8 lines
189 B
C
8 lines
189 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
#ifndef _TEST_INTERVAL_TREE_H
|
||
|
|
#define _TEST_INTERVAL_TREE_H
|
||
|
|
|
||
|
|
#include "../../../../include/linux/interval_tree.h"
|
||
|
|
|
||
|
|
#endif /* _TEST_INTERVAL_TREE_H */
|