mirror of
https://gitee.com/openharmony/third_party_jerryscript
synced 2024-11-23 15:10:20 +00:00
修复穿戴工程由于接口废弃导致的编译失败
Signed-off-by: tangbin <2387440390@qq.com>
This commit is contained in:
parent
179dda9c47
commit
f5c9344480
@ -30,6 +30,11 @@ extern jerry_context_t *jerry_dynamic_global_context_p;
|
||||
*/
|
||||
extern ContextRecord* g_contextRecords;
|
||||
|
||||
/**
|
||||
* obtain the task ID with the highest priority in the task readiness queue
|
||||
*/
|
||||
extern UINT32 LOS_NextTaskIDGet(VOID);
|
||||
|
||||
void jerry_switch_context();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user