km::KdPrint! [] [src]

macro_rules! KdPrint {
    ($msg:expr $(, $arg:expr)*) => { ... };
}

Macro to send a message to the kernel debugger.

Example

KdPrint!("NTSTATUS is 0x%X\n", status);