hostsim enhancements, some bugs remaining (freeze sometimes)
[aversive.git] / modules / base / hostsim / hostsim.h
index cc41183..176a52e 100644 (file)
@@ -26,3 +26,7 @@ int hostsim_exit(void);
 
 /* replacement for wait_ms() */
 void host_wait_ms(int ms);
+
+void hostsim_lock(void);
+void hostsim_unlock(void);
+int hostsim_islocked(void);