]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h
Add config storage abstraction support to TinyLD
[tinyos-2.x.git] / tos / lib / tosthreads / lib / tinyld / tosthread_slcs_types.h
index 2d07c225f1fd11ea15107970c0838bef5e7108c6..dca4d4a82ea7fc02c43e65a6948e6eda04470650 100755 (executable)
@@ -108,7 +108,10 @@ struct addr fun[] = {
 
   {div},
   
-  {tosthread_join}
+  {tosthread_join},
+  
+  {volumeConfigMount}, {volumeConfigRead}, {volumeConfigWrite},
+  {volumeConfigCommit}, {volumeConfigGetSize}, {volumeConfigValid}
 };
 
 #endif