//! Boot Sequence Types pub const boot_info = @import("boot_info.zig"); pub const BootInfo = boot_info.BootInfo;