Skip to content

Commit

Permalink
Document buf argument in get_mem for remoteproc_ops structure
Browse files Browse the repository at this point in the history
Added a description of the buf parameter to get_mem.
Signed-off-by: Tammy Leino <tammy_leino@mentor.com>
  • Loading branch information
tammyleino authored and arnopo committed Apr 15, 2022
1 parent e89dbeb commit e4307e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/include/openamp/remoteproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ struct remoteproc_ops {
* @da - device address
* @va - virtual address
* @size - memory size
* @buf - pointer to remoteproc_mem struct object to store result
*
* @returns remoteproc memory pointed by buf if success, otherwise NULL
*/
Expand Down

0 comments on commit e4307e1

Please sign in to comment.