> From: Oliver Neukum <oneukum@xxxxxxxx> > > On 13.09.23 03:40, Wentong Wu wrote: > > > +struct ljca_bank_descriptor { > > + u8 bank_id; > > + u8 pin_num; > > + > > + /* 1 bit for each gpio, 1 means valid */ > > + u32 valid_pins; > > No endianness? On both sides, the endianness is same. BTW, the code has been tested on several real productions. BR, Wentong > > > +} __packed; > > Regards > Oliver