pub const SYS_IPC_RING_MAP: usize = 211;Expand description
Map a shared ring buffer into the current address space.
ring_handle: capability handle fromSYS_IPC_RING_CREATEaddr: desired virtual address (0 = kernel chooses)
Returns the mapped virtual address.