An error occurred while fetching folder content.
emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields
Qixiang.Xu authored
C99 restricts bitfields type is signed and unsigned integer or _Bool.
See section 6.7.2.1 Structure and union specifiers.
"A bit-field shall have a type that is a qualified or unqualified version
 of _Bool, signed int, unsigned int, or some other implementation-defined type."

Since the compiler packs bitfields anyways, actual data layout in the structure is unaffected.
Signed-off-by: default avatarAlex Nemirovsky <alex.nemirovsky@cortina-access.com>
80d4d748
Name Last commit Last update