diff options
Diffstat (limited to 'src/task.rs')
-rw-r--r-- | src/task.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/task.rs b/src/task.rs index 8360b71..c4e37bf 100644 --- a/src/task.rs +++ b/src/task.rs @@ -1,3 +1,5 @@ +//! Helpers to program the task state segment. + use segmentation; pub type TaskStateDescriptorLow = segmentation::SegmentDescriptor; |