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()9void init_logmsg() {} do_logmsg(__unused uint32_t severity,__unused const char * fmt,...)10void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {} printf(__unused const char * fmt,...)11void printf(__unused const char *fmt, ...) {} vprintf(__unused const char * fmt,__unused va_list args)12void vprintf(__unused const char *fmt, __unused va_list args) {} 13