mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
rk: printk: add pm_emit_log_char
This commit is contained in:
@@ -1023,6 +1023,13 @@ out_restore_irqs:
|
||||
EXPORT_SYMBOL(printk);
|
||||
EXPORT_SYMBOL(vprintk);
|
||||
|
||||
#ifdef CONFIG_PLAT_RK
|
||||
void pm_emit_log_char(char c)
|
||||
{
|
||||
emit_log_char(c);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RK29_LAST_LOG
|
||||
void switch_log_buf(char *new_log_buf, int size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user