1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef FMW_LOG_H
9 #define FMW_LOG_H
10 
11 #define FMW_LOG_MINIMAL_BANNER
12 
13 #endif /* FMW_LOG_H */
14