* This function will lock sal socket. * * @note please don't invoke it on ISR. */
| 403 | * @note please don't invoke it on ISR. |
| 404 | */ |
| 405 | static void sal_unlock(void) |
| 406 | { |
| 407 | rt_mutex_release(&sal_core_lock); |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * This function will clean the netdev. |
no test coverage detected