1 #ifndef __MONO_EMBED_H__
2 #define __MONO_EMBED_H__
5 * These are only used and available on embedded systems, the
6 * EMBEDDED_PINVOKE configuration option must be set, and it
7 * overrides any platform symbol loading functionality
14 void mono_dl_register_library (const char *name
, MonoDlMapping
*mappings
);
16 #endif /* __MONO_EMBED_H__ */