lib: Split off core.c drivers API

This commit is contained in:
Bastien Nocera
2018-09-28 12:07:40 +02:00
parent 3a9500be67
commit fcd3c1dd89
4 changed files with 29 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
#include "fprint.h"
#include "fpi-log.h"
#include "fpi-core.h"
#include "fpi-ssm.h"
#include "fpi-poll.h"
#include "fpi-dev.h"
@@ -39,10 +40,6 @@
#include "fpi-assembling.h"
#include "drivers/driver_ids.h"
libusb_device_handle *fpi_dev_get_usb_dev(struct fp_dev *dev);
void fpi_dev_set_nr_enroll_stages(struct fp_dev *dev, int nr_enroll_stages);
struct fp_print_data *fpi_dev_get_verify_data(struct fp_dev *dev);
enum fp_imgdev_state {
IMGDEV_STATE_INACTIVE,
IMGDEV_STATE_AWAIT_FINGER_ON,