| 245 | ****************************************************************************/ |
| 246 | |
| 247 | void netdev_list_unlock(void) |
| 248 | { |
| 249 | nxmutex_unlock(&g_netdevices_lock); |
| 250 | } |
| 251 | |
| 252 | /**************************************************************************** |
| 253 | * Name: netdev_register |
no test coverage detected