aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7768244..1d93883 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,7 +22,6 @@ pub mod bits32;
pub mod bits64;
pub mod controlregs;
-pub mod descriptor;
pub mod dtables;
pub mod io;
pub mod irq;
@@ -55,7 +54,7 @@ mod std {
#[derive(Copy, Clone, PartialEq, Eq)]
#[repr(u8)]
-pub enum PrivilegeLevel {
+pub enum Ring {
Ring0 = 0,
Ring1 = 1,
Ring2 = 2,