15 lines
344 B
C
15 lines
344 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
* Author: Sagy Shih <sagy.shih@mediatek.com>
|
|
*/
|
|
|
|
#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__ */
|