X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbase%2Fhostsim%2Fhostsim.h;h=176a52e57c44e630e7c30ccfb83c98a22b1fd1fc;hb=3b0f95e3cbbeeefef10dfba0566ef940c54b940e;hp=b61d9e3d0fc5945f29dce4ba7fd5faf0936727c0;hpb=09fd7b53a60d7201b6d019d88d3fee3d43a14c3f;p=aversive.git diff --git a/modules/base/hostsim/hostsim.h b/modules/base/hostsim/hostsim.h index b61d9e3..176a52e 100644 --- a/modules/base/hostsim/hostsim.h +++ b/modules/base/hostsim/hostsim.h @@ -20,8 +20,13 @@ * */ -/* 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); + +void hostsim_lock(void); +void hostsim_unlock(void); +int hostsim_islocked(void);