mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Use Dma APIs for virtio-block driver
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
d8a841f88a
commit
c3c6b0c19d
@ -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;
|
||||
|
Reference in New Issue
Block a user