⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

kernel_assert

Macro kernel_assert 

Source
macro_rules! kernel_assert {
    ($cond:expr) => { ... };
    ($cond:expr, $($arg:tt)*) => { ... };
}
Expand description

Assertion macros for kernel tests