mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
68c1b8675c
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