Macro kernel::pr_alert_once

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

Prints an alert-level message (level 1) only once.

Equivalent to the kernel’s pr_alert_once macro.