/* 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); extern int lastbus_timeout_dump(void); extern int is_infra_timeout(void); #endif /* end of __PLAT_DEBUG_API_H__ */