Summer Qin | 7789423 | 2020-08-28 11:24:15 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2019-2020, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | #ifndef __TFM_LOG_H__ |
| 9 | #define __TFM_LOG_H__ |
| 10 | |
Kevin Peng | af60229 | 2020-10-20 17:49:52 +0800 | [diff] [blame] | 11 | #include "tfm_log_raw.h" |
Summer Qin | 7789423 | 2020-08-28 11:24:15 +0800 | [diff] [blame] | 12 | |
| 13 | /* Functions and macros in this file is for 'thread mode' usage. */ |
| 14 | |
| 15 | #define LOG_MSG(...) tfm_log_printf(__VA_ARGS__) |
| 16 | |
| 17 | #endif /* __TFM_LOG_H__ */ |