libfprint: Use a macro to easily compute TOD padding

This commit is contained in:
Marco Trevisan (Treviño)
2021-10-31 22:22:56 +01:00
parent ec8a9ba0fd
commit 608a9f10df
13 changed files with 68 additions and 42 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ struct _FpiSpiTransferTODV1_92_0
GDestroyNotify free_buffer_rd;
/* padding for future expansion */
gpointer _padding_dummy[32];
TOD_PADDING (32, 0);
};