import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / mtk_common / mtk_debug.h
1 #ifndef __MTK_DEBUG_H__
2 #define __MTK_DEBUG_H__
3
4 //#include "mtk_version.h"
5
6 #include "mtk_pp.h"
7
8 #ifdef MTK_DEBUG
9
10 void MTKDebugInit(void);
11 void MTKDebugDeinit(void);
12
13 #endif // MTK_DEBUG
14
15 #endif /* __MTK_DEBUG_H__ */
16
17 /******************************************************************************
18 End of file (mtk_debug.h)
19 ******************************************************************************/
20