xref: /rk3399_ARM-atf/plat/mediatek/drivers/mminfra/mminfra_common.h (revision 270d5c5cd9ad6cecc4b581e8a257c6fcfe7d78d6)
1 /*
2  * Copyright (c) 2025, Mediatek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MMINFRA_COMMON_H
8 #define MMINFRA_COMMON_H
9 
10 #define mminfra_info(fmt, args...)	INFO("[mminfra] %s: "fmt"\n", __func__, ##args)
11 #define mminfra_err(fmt, args...)	ERROR("[mminfra] %s: "fmt"\n", __func__, ##args)
12 
13 #endif
14