]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
make the signature compatible with 4bitle so apps can compile le or 4bitle
authorgnawali <gnawali>
Wed, 5 Dec 2007 22:37:02 +0000 (22:37 +0000)
committergnawali <gnawali>
Wed, 5 Dec 2007 22:37:02 +0000 (22:37 +0000)
tos/lib/net/le/LinkEstimatorP.nc

index 6e60234718041637b0b74db212d7e1dd1a8c175f..68d7a81fe914d7eee6830fb1e5393e502eebe885 100644 (file)
@@ -39,6 +39,7 @@ module LinkEstimatorP {
     interface LinkEstimator;
     interface Init;
     interface Packet;
+    interface CompareBit;
   }
 
   uses {
@@ -46,6 +47,8 @@ module LinkEstimatorP {
     interface AMPacket as SubAMPacket;
     interface Packet as SubPacket;
     interface Receive as SubReceive;
+    interface LinkPacketMetadata;
+    interface Random;
   }
 }