Use Dma APIs for virtio-block driver

This commit is contained in:
LI Qing
2024-02-22 14:53:40 +09:00
committed by Tate, Hongliang Tian
parent d8a841f88a
commit c3c6b0c19d
6 changed files with 243 additions and 217 deletions

View File

@ -6,7 +6,7 @@ mod dma_stream;
use alloc::collections::BTreeSet;
pub use dma_coherent::DmaCoherent;
pub use dma_stream::{DmaDirection, DmaStream};
pub use dma_stream::{DmaDirection, DmaStream, DmaStreamSlice};
use spin::Once;
use super::Paddr;