add deinit func in sal wrapper and ec20
This commit is contained in:
@@ -63,6 +63,17 @@ typedef struct sal_module_st {
|
||||
*/
|
||||
int tos_sal_module_register(sal_module_t *module);
|
||||
|
||||
/**
|
||||
* @brief Register a default sal module.
|
||||
*
|
||||
* @attention None
|
||||
*
|
||||
* @param[in] None
|
||||
*
|
||||
* @return errcode
|
||||
*/
|
||||
int tos_sal_module_register_default(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the module.
|
||||
*
|
||||
|
Reference in New Issue
Block a user