diff --git a/kernel/lib.rs b/kernel/lib.rs index b99e777..d9353c7 100644 --- a/kernel/lib.rs +++ b/kernel/lib.rs @@ -76,6 +76,7 @@ use arch::interrupt::{set_interrupts, halt}; #[macro_use] extern crate arch; +/// Intrinsics for panic handling pub mod panic; #[no_mangle]