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