Kaydet (Commit) 875fcea2 authored tarafından Chris Sherlock's avatar Chris Sherlock

osl: the addr parameter of osl_mapFile is [in,out]

Change-Id: I29992bfecf50b5e6a185257b3df404bb474dd225
üst ee60c441
...@@ -792,7 +792,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize( ...@@ -792,7 +792,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize(
returned. returned.
@param[in] Handle Handle of the file to be mapped. @param[in] Handle Handle of the file to be mapped.
@param[out] ppAddr Memory address of the mapped file @param[in,out] ppAddr Memory address of the mapped file
@param[in] uLength Amount to map of the file from the offset @param[in] uLength Amount to map of the file from the offset
@param[in] uOffset Offset into the file to map @param[in] uOffset Offset into the file to map
@param[in] uFlags osl_File_MapFlag_RandomAccess or @param[in] uFlags osl_File_MapFlag_RandomAccess or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment