lib: Split off async functions

And don't add the new fpi-async.h to the driver imports, it will only
be used by the upekts driver.
This commit is contained in:
Bastien Nocera
2018-09-27 17:14:34 +02:00
parent 2818d94010
commit 1035f733aa
7 changed files with 57 additions and 52 deletions

View File

@@ -28,6 +28,7 @@
#define FP_COMPONENT "upekts"
#include "drivers_api.h"
#include "fpi-async.h"
#include "upek_proto.h"
#define EP_IN (1 | LIBUSB_ENDPOINT_IN)