Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 761a2c4f authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz
Browse files

NFC: st21nfca: Add __packed to struct st21nfca_pipe_info

parent c5b0c370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ struct st21nfca_pipe_info {
	u8 src_gate_id;
	u8 dst_host_id;
	u8 dst_gate_id;
};
} __packed;

/* Largest headroom needed for outgoing custom commands */
#define ST21NFCA_CMDS_HEADROOM  7