[interp] Remove unreachable code (#12411)
[mono-project.git] / mono / utils / mono-embed.h
blob9a81e788c5982f0f8172a6dc92a7586a9b078f26
1 /**
2 * \file
3 */
5 #ifndef __MONO_EMBED_H__
6 #define __MONO_EMBED_H__
8 #include <mono/utils/mono-publib.h>
10 /*
11 * This is a fallback for platform symbol loading functionality.
13 typedef struct {
14 const char *name;
15 void *addr;
16 } MonoDlMapping;
18 MONO_API void mono_dl_register_library (const char *name, MonoDlMapping *mappings);
20 #endif /* __MONO_EMBED_H__ */