aboutsummaryrefslogtreecommitdiff
path: root/mirai/interrupts/table/entries.zig
blob: d62b1e7c939cdb6ecba0301fab723d313fc62ae0 (plain)
1
2
3
4
5
//! IDT Entries Table

const types = @import("../types/types.zig");

pub var entries: [256]types.Gate64 = [_]types.Gate64{types.Gate64.empty()} ** 256;