Home
last modified time | relevance | path

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

/u-boot/include/
A Dlog.h169 #define log_cont(_fmt...) log(LOGC_CONT, LOGL_CONT, ##_fmt) macro
179 #define log_cont(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro

Completed in 7 milliseconds