mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-17 22:50:38 +08:00
[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:
@@ -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__*/
|
||||
|
Reference in New Issue
Block a user