Welcome to mirror list, hosted at ThFree Co, Russian Federation.

marshal-noilgen.h « metadata « mono « mono « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9cafee09fbbd70f55ac9adb6866507c6224d24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * \file
 * Copyright 2022 Microsoft
 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
 */
#ifndef __MARSHAL_NOILGEN_H__
#define __MARSHAL_NOILGEN_H__

void
mono_marshal_noilgen_init_lightweight (void);

void
mono_marshal_noilgen_init_heavyweight (void);

#endif // __MARSHAL_NOILGEN_H__