/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef __PLAT_DEBUG_API_H__ #define __PLAT_DEBUG_API_H__ extern void dump_emi_outstanding(void); #endif /* end of __PLAT_DEBUG_API_H__ */