pm: Document missing parameter in exit post ops
info parameter was not properly documented. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
bd83a46a56
commit
af2def14d8
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ const struct pm_state_info pm_power_state_next_get(void);
|
|||
* be needed to be done after sleep state exits. Currently it enables
|
||||
* interrupts after resuming from sleep state. In future, the enabling
|
||||
* of interrupts may be moved into the kernel.
|
||||
*
|
||||
* @param info Power state that the given cpu is leaving.
|
||||
*/
|
||||
void pm_power_state_exit_post_ops(struct pm_state_info info);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue