]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h
Fixed up some stuff so we can compoile the tinyLD applications for tosthreads
[tinyos-2.x.git] / tos / lib / tosthreads / lib / tinyld / tosthread_slcs_types.h
index 3bf38b578dc319d595bc00237b7b97bf40baddd7..1b14c0c27525b472c311b3b61a7b3272f45d64fa 100755 (executable)
@@ -32,6 +32,7 @@
 #include "tosthread_amradio.h"
 #include "tosthread_blockstorage.h"
 #include "tosthread_logstorage.h"
+#include "tosthread_configstorage.h"
 #include "tosthread_threadsync.h"
 #include "tosthread_amserial.h"
 #include "tosthread_queue.h"
@@ -106,7 +107,12 @@ struct addr fun[] = {
   
   {getLeds}, {setLeds},
 
-  {div}
+  {div},
+  
+  {tosthread_join},
+  
+  {volumeConfigMount}, {volumeConfigRead}, {volumeConfigWrite},
+  {volumeConfigCommit}, {volumeConfigGetSize}, {volumeConfigValid}
 };
 
 #endif