Skip to content

Commit

Permalink
fixup! Add virtio-drivers (ToDo!)
Browse files Browse the repository at this point in the history
  • Loading branch information
osteffenrh committed Dec 9, 2024
1 parent 15944e4 commit 8f52f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/virtio/devices.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::hal::*;
use core::ptr::NonNull;
use virtio_drivers::device::blk::VirtIOBlk;
use virtio_drivers::transport::mmio::{MmioTransport};
use virtio_drivers::transport::mmio::MmioTransport;
use virtio_drivers::PAGE_SIZE;

use crate::address::PhysAddr;
Expand Down

0 comments on commit 8f52f24

Please sign in to comment.