nrfxlib API 0.1.0
|
void * nrf_wifi_osal_llist_get_node_head | ( | void * | llist | ) |
Get the head of a linked list.
llist | Pointer to a linked list. |
Returns the head node from a linked list (llist) while still leaving the node as part of the linked list. If the linked list is empty, returns NULL.