[coop] The magic trampoline might be called from BLOCKING state
[mono.git] / mono / mini / mini.h
index 097308b2c9142666fcd6d6a9e201bc22b585cc3d..ec6bcb6eea13bb278111e814a2eb0b31db65c45f 100644 (file)
@@ -3200,5 +3200,9 @@ gboolean MONO_SIG_HANDLER_SIGNATURE (mono_chain_signal);
  */
 void mono_exception_native_unwind (void *ctx, MONO_SIG_HANDLER_INFO_TYPE *info);
 
+/*
+ * Coop support for trampolines
+ */
+void mono_interruption_checkpoint_from_trampoline (void);
 
 #endif /* __MONO_MINI_H__ */