diff options
Diffstat (limited to 'src/task.rs')
-rw-r--r-- | src/task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task.rs b/src/task.rs index d819e2d..d572c8d 100644 --- a/src/task.rs +++ b/src/task.rs @@ -1,6 +1,7 @@ //! Helpers to program the task state segment. //! See Intel 3a, Chapter 7 +use core::arch::asm; pub use crate::segmentation; /// Returns the current value of the task register. |