pub fn attach_sequenced_slots_region(
opts: &AttachOptions,
lane: &str,
) -> Result<SequencedSlotsRegion<4>, BackingError>Expand description
Attach to a SequencedSlots region.
Note: the v1 LaneRx/LaneTx adapters for sequenced-slots / single-ring execution
will be implemented alongside the kernel + executor bring-up.