Skip to content

Commit

Permalink
Closes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Mar 4, 2024
1 parent 1746db0 commit 8b8f157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mmio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
//! declarations are simply incorrect.

use core::{ffi::c_void, mem::size_of};
use bitfrob::u8x2;
use voladdress::{Safe, Unsafe, VolAddress, VolBlock, VolSeries, VolGrid2dStrided, VolGrid2d};
use crate::prelude::*;
pub use bitfrob::u8x2;
pub use voladdress::{Safe, Unsafe, VolAddress, VolBlock, VolSeries, VolGrid2dStrided, VolGrid2d};

// Note(Lokathor): This macro lets us stick each address at the start of the
// definition, which lets us easily keep each declaration in address order.
Expand Down

0 comments on commit 8b8f157

Please sign in to comment.