lib: Move fp_minutiae to fpi-img.h

This commit is contained in:
Bastien Nocera 2018-09-28 13:45:05 +02:00
parent a59a5caaf3
commit e90ec04441
2 changed files with 2 additions and 4 deletions

View file

@ -92,9 +92,5 @@ struct fp_img_driver {
void (*deactivate)(struct fp_img_dev *dev);
};
struct fp_minutiae;
/* for image drivers */
#endif

View file

@ -22,6 +22,8 @@
#include <stdint.h>
struct fp_minutiae;
/* bit values for fp_img.flags */
#define FP_IMG_V_FLIPPED (1<<0)
#define FP_IMG_H_FLIPPED (1<<1)