diff options
Diffstat (limited to 'scriptc/rs_io.rsh')
| -rw-r--r-- | scriptc/rs_io.rsh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scriptc/rs_io.rsh b/scriptc/rs_io.rsh index d523f29b..7bb7a499 100644 --- a/scriptc/rs_io.rsh +++ b/scriptc/rs_io.rsh @@ -14,13 +14,14 @@ * limitations under the License. */ -// Don't edit this file! It is auto-generated by frameworks/rs/api/gen_runtime. +// Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh. /* * rs_io.rsh: Input/output functions * * TODO Add documentation */ + #ifndef RENDERSCRIPT_RS_IO_RSH #define RENDERSCRIPT_RS_IO_RSH @@ -30,7 +31,7 @@ * Receive a new set of contents from the queue. * * Parameters: - * a allocation to work on + * a: allocation to work on */ #if (defined(RS_VERSION) && (RS_VERSION >= 16)) extern void __attribute__((overloadable)) @@ -43,7 +44,7 @@ extern void __attribute__((overloadable)) * Send the contents of the Allocation to the queue. * * Parameters: - * a allocation to work on + * a: allocation to work on */ #if (defined(RS_VERSION) && (RS_VERSION >= 16)) extern void __attribute__((overloadable)) |
