mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-18 18:46:24 +00:00
This allows converting a single virtual buffer into its non-physically contiguous parts, this is especially useful for DMA-based devices that support scatter/gather-like functionality, as it eliminates the need to clone outgoing buffers into one physically contiguous buffer.