X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FCrc.nc;h=a500ea9e630288ff6bfa6bd5cae3dd255bed23d5;hb=9b94474b1017fc378428bd016b2cdedddff30d61;hp=39cd3352bc0dc03a005607055d6a4d28c998efef;hpb=235a07eb48aba82b9066a9bfef990c638cd860ec;p=tinyos-2.x.git diff --git a/tos/interfaces/Crc.nc b/tos/interfaces/Crc.nc index 39cd3352..a500ea9e 100644 --- a/tos/interfaces/Crc.nc +++ b/tos/interfaces/Crc.nc @@ -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. */