//! Helpers to program the task state segment.
//! See Intel 3a, Chapter 7
pub use cratesegmentation;
use asm;
/// Returns the current value of the task register.
///
/// # Safety
/// Needs CPL 0.
/// Loads the task register.
///
/// # Safety
/// Needs CPL 0.
pub unsafe