移植与电子模块通信相关代码
This commit is contained in:
28
source/task/history/handle_for_coder.h
Normal file
28
source/task/history/handle_for_coder.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef handle_for_coder_h__
|
||||
#define handle_for_coder_h__
|
||||
|
||||
|
||||
#include "list.h"
|
||||
#include "bytearray.h"
|
||||
#include "handle.h"
|
||||
|
||||
|
||||
|
||||
handle_def *code_creat(int uid_size,int pw_size,uint8_t *data);
|
||||
|
||||
handle_def *code2_creat(int uid_size,int pw_size,uint8_t *data);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user