1 /*
2  * Copyright (C) 2018-2022 Intel Corporation.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <types.h>
8 
init_logmsg()9 void init_logmsg() {}
do_logmsg(__unused uint32_t severity,__unused const char * fmt,...)10 void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {}
printf(__unused const char * fmt,...)11 void printf(__unused const char *fmt, ...) {}
vprintf(__unused const char * fmt,__unused va_list args)12 void vprintf(__unused const char *fmt, __unused va_list args) {}
13