lib: Document fpi_ssm_jump_to_state()

This commit is contained in:
Bastien Nocera 2018-09-26 14:10:48 +02:00
parent 946388d1e9
commit ccdecdea11

View file

@ -276,6 +276,7 @@ fpi_ssm_next_state_timeout_cb(struct fp_dev *dev,
* @machine: an #fpi_ssm state machine
* @state: the state to jump to
*
* Jump to the @state state, bypassing intermediary states.
*/
void fpi_ssm_jump_to_state(fpi_ssm *machine, int state)
{