mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 14:48:20 +00:00
* Replaces bool access types with uint8_t access types * Ensures, that the framework always uses the smalles possible uint type for the return value wherever a bitfield is read and returned to the user. Ref #4924