mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01: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:
parent
f2628db1aa
commit
31d63bbcda
1 changed files with 5 additions and 0 deletions
|
|
@ -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__*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue