aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kmi/regions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kmi/regions.h b/include/kmi/regions.h
index 5167d28..74d4387 100644
--- a/include/kmi/regions.h
+++ b/include/kmi/regions.h
@@ -236,6 +236,8 @@ struct mem_region *find_first_region(struct mem_region_root *r);
*/
struct mem_region *find_used_region(struct mem_region_root *r, vm_t start);
+struct mem_region *find_addr_region(struct mem_region_root *r, vm_t addr);
+
/**
* Find used memory region closest to \c start.
* Useful when you don't necessarily need the exact region, just something close