lib: Move fp_minutiae to fpi-img.h
This commit is contained in:
parent
a59a5caaf3
commit
e90ec04441
2 changed files with 2 additions and 4 deletions
|
@ -92,9 +92,5 @@ struct fp_img_driver {
|
|||
void (*deactivate)(struct fp_img_dev *dev);
|
||||
};
|
||||
|
||||
struct fp_minutiae;
|
||||
|
||||
/* for image drivers */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue