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