hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* SPDX-License-Identifier: GPL-2.0 */
/*  ----------------------------------------------------------------------------
 *  File:   rk_ext.h
 *
 *  Desc:   rk_ext_on_mali_ko 中的 通行定义等.
 *
 *  Usage:
 *
 *  Note:
 *
 *  Author: ChenZhen
 *
 *  Log:
 *
 *  ----------------------------------------------------------------------------
 */
 
#ifndef __RK_EXT_H__
#define __RK_EXT_H__
 
#ifdef __cplusplus
extern "C" {
#endif
 
/*---------------------------------------------------------------------------*/
 
/** version of rk_ext on mali_ko, aka. rk_ko_ver. */
#define RK_KO_VER   (5)
 
/*---------------------------------------------------------------------------*/
 
#ifdef __cplusplus
}
#endif
 
#endif /* __RK_EXT_H__ */