1 2 3 4 5
//! Boot Sequence Types pub const boot_info = @import("boot_info.zig"); pub const BootInfo = boot_info.BootInfo;