9 lines
93 B
C
9 lines
93 B
C
#ifndef _H26X_ENC_H_
|
|
#define _H26X_ENC_H_
|
|
|
|
enum VCORE_CMD_ID {
|
|
VCORE_CMD_ENCODE,
|
|
};
|
|
#endif
|
|
|