[netcore] Implement Thread.GetCurrentProcessorId (#18450)
[mono-project.git] / mono / metadata / marshal-ilgen.h
blob7092c4500249a3a755735c8b2b8f47602035410a
1 /**
2 * \file
3 * Copyright 2018 Microsoft
4 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
5 */
6 #ifndef __MONO_MARSHAL_ILGEN_H__
7 #define __MONO_MARSHAL_ILGEN_H__
9 MONO_API void
10 mono_marshal_ilgen_init (void);
12 #endif