]> git.droids-corp.org - aversive.git/blobdiff - modules/base/hostsim/hostsim.h
merge
[aversive.git] / modules / base / hostsim / hostsim.h
index 18a9175bae7baa14e91026f349409bde3e258ca2..176a52e57c44e630e7c30ccfb83c98a22b1fd1fc 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);