//! Functions to load GDT, IDT, and TSS structures.
use crateSegmentSelector;
pub use crateDescriptorTablePointer;
/// Load GDT table.
pub unsafe
/// Load IDT table.
pub unsafe
/// Load the task state register using the `ltr` instruction.
pub unsafe