1
2
3
4
//! Representations of various x86 specific structures and descriptor tables.

pub mod gdt;
pub mod idt;