diff options
author | 2018-11-04 15:02:13 -0800 | |
---|---|---|
committer | 2018-11-04 15:02:13 -0800 | |
commit | 882bfb3535b00241a0462d1cb0c9824dc78fa141 (patch) | |
tree | 7401616a5b345e4c12785ca4a7498ce4cba706ad /src/lib.rs | |
parent | 37dea2b9f82b9f6879cacb2a18bb95d73ae86691 (diff) | |
download | rust-x86-882bfb3535b00241a0462d1cb0c9824dc78fa141.tar.gz rust-x86-882bfb3535b00241a0462d1cb0c9824dc78fa141.tar.zst rust-x86-882bfb3535b00241a0462d1cb0c9824dc78fa141.zip |
Added xapic MMIO information.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ pub mod segmentation; pub mod task; pub mod time; pub mod tlb; +pub mod xapic; #[cfg(feature = "performance-counter")] pub mod perfcnt; |