Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / memory_private.h
blob564278f6ec3bdce912af8d3177a00506fe2db891
1 /*
2 * Copyright 2011, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_MEMORY_PRIVATE_H
6 #define _LIBROOT_MEMORY_PRIVATE_H
8 #include <OS.h>
10 #include <sys/cdefs.h>
13 __BEGIN_DECLS
15 status_t get_memory_properties(team_id teamID, const void* address,
16 uint32* _protected, uint32* _lock);
18 __END_DECLS
21 #endif // _LIBROOT_MEMORY_PRIVATE_H