work on hostsim
[aversive.git] / modules / base / hostsim / hostsim.h
index b61d9e3..18a9175 100644 (file)
@@ -25,3 +25,7 @@ int hostsim_init(void);
 
 /* replacement for wait_ms() */
 void host_wait_ms(int ms);
+
+void hostsim_lock(void);
+void hostsim_unlock(void);
+int hostsim_islocked(void);