17 lines
282 B
C
17 lines
282 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __CCCI_DEBUG_INFO__H__
|
|
#define __CCCI_DEBUG_INFO__H__
|
|
|
|
|
|
|
|
|
|
extern void ccif_debug_info_init(void);
|
|
extern void ccif_debug_save_irq(u8 qno, u64 cur_time);
|
|
|
|
|
|
#endif /* __CCCI_DEBUG_INFO__H__ */
|