Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit a68fb42

Browse files
vbe0201andre-richter
authored andcommitted
Define the CLIDR_EL1 register
1 parent 0cabfc8 commit a68fb42

File tree

3 files changed

+417
-1
lines changed

3 files changed

+417
-1
lines changed

src/registers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#[macro_use]
77
mod macros;
88

9+
mod clidr_el1;
910
mod cntfrq_el0;
1011
mod cnthctl_el2;
1112
mod cntp_ctl_el0;
@@ -58,6 +59,7 @@ mod ttbr1_el1;
5859
mod vbar_el1;
5960
mod vbar_el2;
6061

62+
pub use clidr_el1::CLIDR_EL1;
6163
pub use cntfrq_el0::CNTFRQ_EL0;
6264
pub use cnthctl_el2::CNTHCTL_EL2;
6365
pub use cntp_ctl_el0::CNTP_CTL_EL0;

0 commit comments

Comments
 (0)