doc: Add fpi-async section to the docs

This commit is contained in:
Bastien Nocera
2018-11-09 15:00:10 +01:00
parent 53d2fb3ad2
commit a97ae3bc35
3 changed files with 28 additions and 0 deletions

View File

@@ -26,6 +26,14 @@
#include <errno.h>
#include <glib.h>
/**
* SECTION:fpi-async
* @title: Asynchronous operations reporting
*
* Those functions are used by primitive drivers to report back their
* current status. Most drivers, imaging ones, do not need to use them.
*/
/* Drivers call this when device initialisation has completed */
void fpi_drvcb_open_complete(struct fp_dev *dev, int status)
{