Skip to content

Commit

Permalink
opal-prd/hostboot-interface: Add API comment regarding nanosleep ranges
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
jk-ozlabs authored and stewartsmith committed Sep 28, 2017
1 parent 0e07517 commit ec5fa99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/opal-prd/hostboot-interface.h
Expand Up @@ -165,6 +165,10 @@ struct host_interfaces {

/**
* @brief Delay/sleep for at least the time given
*
* The sleep time must be normalised; i_nano_seconds should be between
* 0 and 999999999.
*
* @param[in] seconds
* @param[in] nano seconds
* @platform FSP,OpenPOWER
Expand Down

0 comments on commit ec5fa99

Please sign in to comment.