lib: Add drivers_api.h file

This will hide library internals, for the purpose of making the drivers
API documentable.
This commit is contained in:
Bastien Nocera
2018-05-28 11:51:38 +02:00
parent 0e351db91a
commit 1b20521e5c
2 changed files with 431 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
libfprint_sources = [
'fp_internal.h',
'drivers_api.h',
'async.c',
'core.c',
'data.c',