mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Typedef fpi_ssm
This commit is contained in:
@@ -210,8 +210,8 @@ static const struct usb_id elan_id_table[] = {
|
||||
{0, 0, 0,},
|
||||
};
|
||||
|
||||
static void elan_cmd_done(struct fpi_ssm *ssm);
|
||||
static void elan_cmd_read(struct fpi_ssm *ssm);
|
||||
static void elan_cmd_done(fpi_ssm *ssm);
|
||||
static void elan_cmd_read(fpi_ssm *ssm);
|
||||
|
||||
static void elan_calibrate(struct fp_img_dev *dev);
|
||||
static void elan_capture(struct fp_img_dev *dev);
|
||||
|
||||
Reference in New Issue
Block a user