xref: /DragonOS/kernel/src/arch/x86_64/init/mod.rs (revision c75ef4e2126c180bf04c08635ffa5a278619c035)
1 #[derive(Debug)]
2 pub struct ArchBootParams {}
3 
4 impl ArchBootParams {
5     pub const DEFAULT: Self = ArchBootParams {};
6 }
7