merge
[aversive.git] / modules / base / hostsim / hostsim.h
index 18a9175..176a52e 100644 (file)
@@ -20,8 +20,9 @@
  *
  */
 
-/* initialize hostsim framework */
+/* initialize / exit hostsim framework */
 int hostsim_init(void);
+int hostsim_exit(void);
 
 /* replacement for wait_ms() */
 void host_wait_ms(int ms);