macro_rules! kprint {
($($arg:tt)*) => { ... };
}Expand description
Print a formatted message (like print!) to all active kernel output sinks.
macro_rules! kprint {
($($arg:tt)*) => { ... };
}Print a formatted message (like print!) to all active kernel output sinks.