Files
OpenCellular/include/drivers
Qixiang.Xu 80d4d7483f emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields
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: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
2016-12-01 22:43:21 +08:00
..
2016-07-27 10:46:09 +01:00
2016-04-01 11:43:45 -07:00
2015-05-29 11:25:20 +05:30
2015-12-04 10:23:33 +00:00
2016-05-27 09:39:56 +08:00