import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / conn_md / include / conn_md_dbg.h
1 #ifndef __CONN_MD_DBG_H_
2 #define __CONN_MD_DBG_H_
3
4 #ifdef ARRAY_SIZE
5 #undef ARRAY_SIZE
6 #define ARRAY_SIZE(x) sizeof(x)/sizeof(x[0])
7 #endif
8
9 typedef int (*CONN_MD_DEV_DBG_FUNC) (int par1, int par2, int par3);
10
11 extern int conn_md_dbg_init(void);
12
13 extern int conn_md_test(void);
14
15 #endif/*__CONN_MD_DBG_H_*/