Go to the documentation of this file.
9 #ifndef __ASM_EARLY_PRINTK_H__
10 #define __ASM_EARLY_PRINTK_H__
12 #ifdef CONFIG_EARLY_PRINTK
23 #define early_shadow_puts(str) early_shadow_write(NULL, str, strlen(str))
24 #define early_shadow_stamp() \
26 early_shadow_puts(__FILE__ " : " __stringify(__LINE__) " ["); \
27 early_shadow_puts(__func__); \
28 early_shadow_puts("]\n"); \
31 #define setup_early_printk(fmt) do { } while (0)
32 #define enable_shadow_console(fmt) do { } while (0)
33 #define early_shadow_stamp() do { } while (0)