lib: Split off fpi_ssm functions

Rename drv.c to something more fitting to its contents, and move state
machine code to its own header.
This commit is contained in:
Bastien Nocera
2018-09-05 12:39:16 +02:00
parent cafa05dab5
commit 5ae2ef5407
5 changed files with 79 additions and 64 deletions

View File

@@ -4,7 +4,8 @@ libfprint_sources = [
'async.c',
'core.c',
'data.c',
'drv.c',
'fpi-ssm.c',
'fpi-ssm.h',
'img.c',
'imgdev.c',
'poll.c',