Skip to main content

kprint

Macro kprint 

Source
macro_rules! kprint {
    ($($arg:tt)*) => { ... };
}
Expand description

Print a formatted message (like print!) to all active kernel output sinks.