]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/InternalFlash.nc
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / interfaces / InternalFlash.nc
index 56a1936052a2bf07cda03966101176a2e5b97369..450f69dbcea8fdbd1543377c0f1bb22031ab000a 100644 (file)
@@ -1,4 +1,4 @@
-/*                                                                      tab:2
+/*                                                                      
  *
  * "Copyright (c) 2000-2007 The Regents of the University of
  * California.  All rights reserved.
@@ -39,7 +39,7 @@ interface InternalFlash {
    * return them in <code>buf</code>.
    *
    * @param   addr A pointer to the starting address from which to read.
-   * @param   buf  A pointer to the buffer into which read bytes are
+   * @param   'void* COUNT(size) buf'  A pointer to the buffer into which read bytes are
    *               placed.
    * @param   size The number of bytes to read.
    * @return  SUCCESS if the bytes were successfully read.
@@ -52,7 +52,7 @@ interface InternalFlash {
    * flash starting at <code>addr</code>.
    *
    * @param   addr A pointer to the starting address to which to write.
-   * @param   buf  A pointer to the buffer from which bytes are read.
+   * @param   'void* COUNT(size) buf'  A pointer to the buffer from which bytes are read.
    * @param   size The number of bytes to write.
    * @return  SUCCESS if the bytes were successfully written.
    *          FAIL if the call could not be completed.