lib: Add libusb allocation helper

This commit is contained in:
Bastien Nocera
2018-09-19 16:33:03 +02:00
parent 50166e88c0
commit bdba9990fb
6 changed files with 114 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
<xi:include href="xml/fpi-dev.xml"/>
<xi:include href="xml/fpi-ssm.xml"/>
<xi:include href="xml/fpi-poll.xml"/>
<xi:include href="xml/fpi-usb.xml"/>
</part>
<index id="api-index">

View File

@@ -193,3 +193,9 @@ FP_IMG_DEV
fp_dev_set_instance_data
FP_INSTANCE_DATA
</SECTION>
<SECTION>
<INCLUDE>fpi-usb.h</INCLUDE>
<FILE>fpi-usb</FILE>
fpi_usb_alloc
</SECTION>