1 2 3 4 5 6
//! IDT Load Operations pub const lidt = @import("lidt.zig"); pub const load = lidt.load; pub const sidt = lidt.sidt;