mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Use public header in helper files
aeslib.h and assembling.h don't need access to internal data structures, so make them include the public fprint.h rather than the internal header fp_internal.h.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#ifndef __AESLIB_H__
|
#ifndef __AESLIB_H__
|
||||||
#define __AESLIB_H__
|
#define __AESLIB_H__
|
||||||
|
|
||||||
#include <fp_internal.h>
|
#include <fprint.h>
|
||||||
|
|
||||||
struct aes_regwrite {
|
struct aes_regwrite {
|
||||||
unsigned char reg;
|
unsigned char reg;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#ifndef __ASSEMBLING_H__
|
#ifndef __ASSEMBLING_H__
|
||||||
#define __ASSEMBLING_H__
|
#define __ASSEMBLING_H__
|
||||||
|
|
||||||
#include <fp_internal.h>
|
#include <fprint.h>
|
||||||
|
|
||||||
struct fpi_frame {
|
struct fpi_frame {
|
||||||
int delta_x;
|
int delta_x;
|
||||||
|
|||||||
Reference in New Issue
Block a user