4 #include <linux/rbtree.h>
5 #include <linux/types.h>
12 struct phys_entry
*entries
;
16 int mem2node__init(struct mem2node
*map
, struct perf_env
*env
);
17 void mem2node__exit(struct mem2node
*map
);
18 int mem2node__node(struct mem2node
*map
, u64 addr
);
20 #endif /* __MEM2NODE_H */