blob: 5b8a06f7d9f7c1e1447cc13ba4a5d00a2e14d71b [file] [log] [blame]
/*
* Copyright (c) 2019-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef __TFM_LOG_H__
#define __TFM_LOG_H__
#include "log/tfm_log_raw.h"
/* Functions and macros in this file is for 'thread mode' usage. */
#define LOG_MSG(...) tfm_log_printf(__VA_ARGS__)
#endif /* __TFM_LOG_H__ */