mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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.