Macro rustsbi::print[][src]

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

Prints to the legacy debug console.

This is only supported when there exists legacy extension; otherwise platform caller should use an early kernel input/output device declared in platform specific hardware.