From e8d73efc9c022353809a4c83cc1e7b0ec278d11f Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 12 Jun 2011 20:18:01 +0000 Subject: [PATCH] Should have been part of previous commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42130 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/vm/vm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/kernel/vm/vm.h b/headers/private/kernel/vm/vm.h index 86cbbbd53f..bf1ca3cbb8 100644 --- a/headers/private/kernel/vm/vm.h +++ b/headers/private/kernel/vm/vm.h @@ -166,6 +166,8 @@ status_t _user_set_memory_protection(void* address, size_t size, uint32 protection); status_t _user_sync_memory(void *address, size_t size, uint32 flags); status_t _user_memory_advice(void* address, size_t size, uint32 advice); +status_t _user_get_memory_properties(team_id teamID, const void *address, + uint32 *_protected, uint32 *_lock); area_id _user_area_for(void *address); area_id _user_find_area(const char *name);