mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +00:00
This patch adds the designated alternative to Dataspace::phys_addr to the platform-session interface. Under the hood, the platform driver still calls Dataspace::phys_addr but it should eventuelly become the only caller before we can abolish this function. Issue #2243