mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 05:04:24 +00:00
To accommodate CPU registers, which have a structured layout but don't depend on a region base address, this patch introduces the generic 'Genode::Register' and 'Genode::Subreg' to 'register.h'. 'Mmio::Register' and 'Mmio::Subreg' inherit from them.