/* 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__ */