lib: Mention that fpi_timeout gets freed
This commit is contained in:
parent
f68e7fcb9f
commit
ac48d66203
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
* @data: the data passed to fpi_timeout_add()
|
||||
*
|
||||
* The prototype of the callback function for fpi_timeout_add().
|
||||
* Note that after the callback is called, the #fpi_timeout structure will
|
||||
* be freed.
|
||||
*/
|
||||
typedef void (*fpi_timeout_fn)(struct fp_dev *dev, void *data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue