X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tools%2Ftinyos%2Ftosthreads%2Ftosthreads_standard_api.py;h=4b973ad2da9c18cf3ea24ec8e43fccab0e4b9ae8;hp=ec29b0e53daedd64db72fedc985b93ec832921e5;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tools/tinyos/tosthreads/tosthreads_standard_api.py b/tools/tinyos/tosthreads/tosthreads_standard_api.py index ec29b0e5..4b973ad2 100644 --- a/tools/tinyos/tosthreads/tosthreads_standard_api.py +++ b/tools/tinyos/tosthreads/tosthreads_standard_api.py @@ -89,5 +89,10 @@ map_extfun = { "getLeds":107, "setLeds":108, - "__divmodhi4":109} + "__divmodhi4":109, + + "tosthread_join":110, + + "volumeConfigMount":111, "volumeConfigRead":112, "volumeConfigWrite":113, + "volumeConfigCommit":114, "volumeConfigGetSize":115, "volumeConfigValid":116}