ed6f015a647f369925ccfafda55d6e46d15edc27
[mono.git] / mono / utils / mono-mmap-internals.h
1 /*
2  * mono-mmap-internals.h: Internal virtual memory stuff.
3  *
4  * Copyright (C) 2014 Xamarin Inc
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Library General Public
8  * License 2.0 as published by the Free Software Foundation;
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public
16  * License 2.0 along with this library; if not, write to the Free
17  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19
20 #ifndef __MONO_UTILS_MMAP_INTERNAL_H__
21 #define __MONO_UTILS_MMAP_INTERNAL_H__
22
23 #include "mono-compiler.h"
24
25 int mono_pages_not_faulted (void *addr, size_t length);
26
27 #endif /* __MONO_UTILS_MMAP_INTERNAL_H__ */
28