2 * Copyright 2011, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef _LIBROOT_MEMORY_PRIVATE_H
6 #define _LIBROOT_MEMORY_PRIVATE_H
10 #include <sys/cdefs.h>
15 status_t
get_memory_properties(team_id teamID
, const void* address
,
16 uint32
* _protected
, uint32
* _lock
);
21 #endif // _LIBROOT_MEMORY_PRIVATE_H