fpi-spi-transfer: Add structure padding

This commit is contained in:
Marco Trevisan (Treviño)
2021-04-13 22:32:01 +02:00
parent 1d7a561b0b
commit 18b3acdfb0
+3
View File
@@ -73,6 +73,9 @@ struct _FpiSpiTransfer
/* Data free function */
GDestroyNotify free_buffer_wr;
GDestroyNotify free_buffer_rd;
/* padding for future expansion */
gpointer _padding_dummy[32];
};
GType fpi_spi_transfer_get_type (void) G_GNUC_CONST;