2018-11-27 14:16:46 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
2019-02-28 10:58:32 +08:00
|
|
|
#include <types.h>
|
2018-11-27 14:16:46 +08:00
|
|
|
|
|
|
|
void init_logmsg(__unused uint32_t flags) {}
|
|
|
|
void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {}
|
|
|
|
void printf(__unused const char *fmt, ...) {}
|
|
|
|
void vprintf(__unused const char *fmt, __unused va_list args) {}
|