blob: b6a75831b54739e270b32b60d5f7de79280d470c [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h>
int do_printk(int msg_level, const char *fmt, ...)
{
return 0;
}
int do_vprintk(int msg_level, const char *fmt, va_list args)
{
return 0;
}