Hi<br> I starting to port Linux kernel to my companies new ARM based<br>SoC and development board.<br><br>Some of the regs is 16bits wide and some is 32bits width. I ask if<br>my using u16 and u32 in place of 'unsigned short' and 'unsigned int'<br>
in the whole porting would be acceptable or not?<br><br>In different wording, using only u16 and u32 always is considered good<br>quality or bad?<br><br>many thanks.