Home
last modified time | relevance | path

Searched defs:printk (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h66 #define printk(...) printk_color(WHITE, BLACK, __VA_ARGS__) macro
/DragonOS/kernel/src/libs/
H A Dmod.rs15 pub mod printk; module