summaryrefslogtreecommitdiff
path: root/src/boot/handlers/mod.rs
blob: 194c4a9ed8f3623c80ff5292c3004f4dc2927979 (plain)
1
2
3
mod boot;

pub use boot::handler as boot;