import OT_8063_20170412 mali driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / mtk_common / mtk_mem_record.h
1
2 #ifndef __MTK_MEM_RECORD_H__
3 #define __MTK_MEM_RECORD_H__
4
5 #if defined (__cplusplus)
6 extern "C" {
7 #endif
8
9 void MTKMemRecordAdd(int i32Bytes);
10 void MTKMemRecordRemove(int i32Bytes);
11 int MTKMemRecordInit(void);
12 void MTKMemRecordDeInit(void);
13
14
15 #if defined (__cplusplus)
16 }
17 #endif
18
19 #endif /* __MTK_MEM_RECORD_H__ */
20
21 /******************************************************************************
22 End of file (mtk_mem_record.h)
23 ******************************************************************************/
24