mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
A ring buffer that uses a single dataspace mapped twice in consecutive regions. This allows any operation that is less or equal to the size of the buffer to be read or written in a single pass. The capacity of Magic_ring_buffer is defined at runtime. Fix #2725