MALI: utgard: upgrade DDK to r7p0-00rel0
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / platform / rk30 / rk_ext.h
1 /*  ----------------------------------------------------------------------------
2  *  File:   rk_ext.h
3  *
4  *  Desc:   rk_ext_on_mali_ko 中的 通行定义等.
5  *
6  *  Usage:
7  *
8  *  Note:
9  *
10  *  Author: ChenZhen
11  *
12  *  Log:
13  *
14  *  ----------------------------------------------------------------------------
15  */
16
17 #ifndef __RK_EXT_H__
18 #define __RK_EXT_H__
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /*---------------------------------------------------------------------------*/
25
26 /** version of rk_ext on mali_ko, aka. rk_ko_ver. */
27 #define RK_KO_VER   (5)
28
29 /*---------------------------------------------------------------------------*/
30
31 #ifdef __cplusplus
32 }
33 #endif
34
35 #endif /* __RK_EXT_H__ */
36