headers/bsd: Add sys/queue.h.
[haiku.git] / src / system / libroot / os / memory.cpp
blob935d212fd09a0e2ba76bda350d25ddec9a0005fa
1 /*
2 * Copyright 2011, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #include <memory_private.h>
7 #include <OS.h>
9 #include <syscalls.h>
12 status_t
13 get_memory_properties(team_id teamID, const void* address, uint32* _protected,
14 uint32* _lock)
16 return _kern_get_memory_properties(teamID, address, _protected, _lock);