驱动优化

This commit is contained in:
2026-05-19 22:34:08 +08:00
parent add7af4222
commit c9efc32d32
8 changed files with 52 additions and 22 deletions
-2
View File
@@ -19,13 +19,11 @@
#endif /*INCLUDED_OS_LIST_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
typedef struct {
void* handle;
os_list_node_t node;
os_err_t (*init)(void* handle, void* args);
os_err_t (*destroy)(void* handle, void* args);
os_err_t (*open)(void* handle, void* args);