X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FBlockRead.nc;h=4f72c9981e1d1f904192c1ffbe407e5909231210;hb=4f057e14d46beedf64d643bebd06ca3e7e903d1f;hp=156fe544cac78944f76ad53e806249178d049d08;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/interfaces/BlockRead.nc b/tos/interfaces/BlockRead.nc index 156fe544..4f72c998 100644 --- a/tos/interfaces/BlockRead.nc +++ b/tos/interfaces/BlockRead.nc @@ -46,7 +46,7 @@ interface BlockRead { * operation. * * @param addr starting address to begin reading. - * @param buf buffer to place read data. + * @param 'void* COUNT(len) buf' buffer to place read data. * @param len number of bytes to read. * @return *
  • SUCCESS if the request was accepted, @@ -59,7 +59,7 @@ interface BlockRead { * Signals the completion of a read operation. * * @param addr starting address of read. - * @param buf buffer where read data was placed. + * @param 'void* COUNT(len) buf' buffer where read data was placed. * @param len number of bytes read. * @param error SUCCESS if the operation was successful, FAIL if * it failed