lib: Move fp_dev definition and helpers to separate header

This commit is contained in:
Bastien Nocera
2018-09-14 17:19:30 +02:00
parent d7af9a4498
commit 170da7fec1
6 changed files with 54 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ libfprint_sources = [
'async.c',
'core.c',
'data.c',
'fpi-dev.c',
'fpi-dev.h',
'fpi-log.h',
'fpi-ssm.c',
'fpi-ssm.h',