]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Add config storage abstraction support to TinyLD
authorliang_mike <liang_mike>
Thu, 10 Sep 2009 19:36:33 +0000 (19:36 +0000)
committerliang_mike <liang_mike>
Thu, 10 Sep 2009 19:36:33 +0000 (19:36 +0000)
tools/tinyos/tosthreads/tosthreads_standard_api.py
tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h

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}
 
index 2d07c225f1fd11ea15107970c0838bef5e7108c6..dca4d4a82ea7fc02c43e65a6948e6eda04470650 100755 (executable)
@@ -108,7 +108,10 @@ struct addr fun[] = {
 
   {div},
   
-  {tosthread_join}
+  {tosthread_join},
+  
+  {volumeConfigMount}, {volumeConfigRead}, {volumeConfigWrite},
+  {volumeConfigCommit}, {volumeConfigGetSize}, {volumeConfigValid}
 };
 
 #endif