]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/tosthreads/tosthreads_standard_api.py
Add config storage abstraction support to TinyLD
[tinyos-2.x.git] / tools / tinyos / tosthreads / tosthreads_standard_api.py
index aa57374360dda602d2f7bf1353146fbe146533f0..4b973ad2da9c18cf3ea24ec8e43fccab0e4b9ae8 100644 (file)
@@ -91,5 +91,8 @@ map_extfun = {
 
               "__divmodhi4":109,
               
-              "tosthread_join":110}
+              "tosthread_join":110,
+              
+              "volumeConfigMount":111, "volumeConfigRead":112, "volumeConfigWrite":113,
+              "volumeConfigCommit":114, "volumeConfigGetSize":115, "volumeConfigValid":116}