]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/interfaces/CC2420PacketBody.nc
safe tinyos annotations
[tinyos-2.x.git] / tos / chips / cc2420 / interfaces / CC2420PacketBody.nc
index c61cd4a3d1ce9f13b527ac0217ebe67f1b7a9c91..6ed0633c38973de1da727966ca031dbc690b09e9 100644 (file)
@@ -39,12 +39,12 @@ interface CC2420PacketBody {
   /**
    * @return pointer to the cc2420_header_t of the given message
    */
-  async command cc2420_header_t *getHeader(message_t *msg);
+  async command cc2420_header_t * ONE getHeader(message_t * ONE msg);
   
   /**
    * @return pointer to the cc2420_metadata_t of the given message
    */
-  async command cc2420_metadata_t *getMetadata(message_t *msg);
+  async command cc2420_metadata_t * ONE getMetadata(message_t * ONE msg);
   
 }