[rk_err]: add RK_OK and RK_SUCCESS to rk_err.h

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@51 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-07 06:19:30 +00:00
parent f2628db1aa
commit 31d63bbcda

View File

@@ -17,5 +17,10 @@
#ifndef __RK_ERR_H__
#define __RK_ERR_H__
#define RK_OK 0
typedef enum {
RK_SUCCESS = RK_OK,
} RK_RET;
#endif /*__RK_ERR_H__*/