Identification infrastructure

This commit is contained in:
Daniel Drake
2007-11-20 21:52:10 +00:00
parent dbcd293ab3
commit 3f70d6f794
3 changed files with 141 additions and 15 deletions

View File

@@ -113,6 +113,8 @@ struct fp_driver {
struct fp_print_data **print_data, struct fp_img **img);
int (*verify)(struct fp_dev *dev, struct fp_print_data *data,
struct fp_img **img);
int (*identify)(struct fp_dev *dev, struct fp_print_data **print_gallery,
size_t *match_offset, struct fp_img **img);
};
enum fp_print_data_type fpi_driver_get_data_type(struct fp_driver *drv);