1 /*
2  * Copyright (C) 2018-2022 Intel Corporation.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <types.h>
8 #include <acrn_hv_defs.h>
9 
npk_log_setup(__unused struct hv_npk_log_param * param)10 void npk_log_setup(__unused struct hv_npk_log_param *param) {}
npk_log_write(__unused const char * buf,__unused size_t len)11 void npk_log_write(__unused const char *buf, __unused size_t len) {}
12