Skip to content

Commit

Permalink
feat(virtio-spec): add mmio::DeviceRegisters
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed May 29, 2024
1 parent ce9cf38 commit 2669df8
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 0 deletions.
1 change: 1 addition & 0 deletions virtio-spec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mod bitflags;
#[macro_use]
pub mod volatile;
mod features;
pub mod mmio;
pub mod net;
pub mod pci;

Expand Down
Loading

0 comments on commit 2669df8

Please sign in to comment.