unplugged-kernel/drivers/misc/mediatek/emi/mt6785/plat_debug_api.h

14 lines
297 B
C

/* 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__ */