diff options
Diffstat (limited to 'src/bits64/task.rs')
-rw-r--r-- | src/bits64/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bits64/task.rs b/src/bits64/task.rs index da3093c..1d98bad 100644 --- a/src/bits64/task.rs +++ b/src/bits64/task.rs @@ -1,7 +1,7 @@ //! Helpers to program the task state segment. //! See Intel 3a, Chapter 7, Section 7 -use super::segmentation; +use shared::segmentation; pub type TaskStateDescriptorLow = segmentation::SegmentDescriptor; pub type TaskStateDescriptorHigh = u64; |