驱动优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user