-
Mark Brown authored
Using a bitfield enables the compiler to lay out the structure more efficiently when we have other boolean flags since multiple values can be included in a single byte. Signed-off-by:
Mark Brown <broonie@kernel.org>
de4a54c4
Using a bitfield enables the compiler to lay out the structure more
efficiently when we have other boolean flags since multiple values can
be included in a single byte.
Signed-off-by:
Mark Brown <broonie@kernel.org>