mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
0d48b74bec
The official way to obtain DMA addresses for RAM dataspaces is the RPC function 'Pd_session::dma_addr' now. User-level device drivers should not call this function directly but use the 'Platform_session' interface of the platform driver instead. Fixes #2243
This repository contains the Linux-specific implementation of Genode.