feat: 添加杰理 JL7016 SOC 代码生成模板
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef WAIT_COMPLETION_H
|
||||
#define WAIT_COMPLETION_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int wait_completion_schedule();
|
||||
|
||||
u16 wait_completion(int (*condition)(void), int (*callback)(void *), void *priv);
|
||||
|
||||
int wait_completion_del(u16 id);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user