First set of licensing changes
[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  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
7  */
8
9 #ifndef __MONO_UTILS_MMAP_INTERNAL_H__
10 #define __MONO_UTILS_MMAP_INTERNAL_H__
11
12 #include "mono-compiler.h"
13
14 int mono_pages_not_faulted (void *addr, size_t length);
15
16 #endif /* __MONO_UTILS_MMAP_INTERNAL_H__ */
17