]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Crc.nc
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / tos / interfaces / Crc.nc
index 39cd3352bc0dc03a005607055d6a4d28c998efef..a500ea9e630288ff6bfa6bd5cae3dd255bed23d5 100644 (file)
@@ -1,4 +1,4 @@
-/*                                                                      tab:2
+/*                                                                      
  *
  * "Copyright (c) 2000-2007 The Regents of the University of
  * California.  All rights reserved.
@@ -35,7 +35,7 @@ interface Crc {
   /**
    * Compute the CRC-16 value of a byte array.
    *
-   * @param   buf A pointer to the buffer over which to compute CRC.
+   * @param   'void* COUNT(len) buf' A pointer to the buffer over which to compute CRC.
    * @param   len The length of the buffer over which to compute CRC.
    * @return  The CRC-16 value.
    */
@@ -46,7 +46,7 @@ interface Crc {
    * of discontinuous data.
    * 
    * @param startCrc An initial CRC value to begin with
-   * @param buf A pointer to a buffer of data
+   * @param 'void* COUNT(len) buf' A pointer to a buffer of data
    * @param len The length of the buffer
    * @return The CRC-16 value.
    */