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