Skip to content

Commit

Permalink
Merge pull request #23 from retrage/reexport-tock_registers-readwrite…
Browse files Browse the repository at this point in the history
…able

registers: Reexport `ReadWriteable`
  • Loading branch information
nchong-at-aws authored Feb 20, 2024
2 parents af65e2c + 3efa42c commit a4af226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ pub use vtcr_el2::VTCR_EL2;
pub use vttbr_el2::VTTBR_EL2;

#[doc(inline)]
pub use tock_registers::interfaces::{Readable, Writeable};
pub use tock_registers::interfaces::{ReadWriteable, Readable, Writeable};

0 comments on commit a4af226

Please sign in to comment.