Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
interval_tree.c
Go to the documentation of this file.
1 #include <linux/init.h>
2 #include <linux/interval_tree.h>
4 
5 #define START(node) ((node)->start)
6 #define LAST(node) ((node)->last)
7 
9  unsigned long, __subtree_last,
10  START, LAST,, interval_tree)