-
由 Mark Brown 提交于
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: NMark 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: NMark Brown <broonie@kernel.org>