1 #[derive(Debug)] 2 pub struct ArchBootParams {} 3 4 impl ArchBootParams { 5 pub const DEFAULT: Self = ArchBootParams {}; 6 } 7