nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_llist_get_node_head()

void * nrf_wifi_osal_llist_get_node_head ( void *  llist)

Get the head of a linked list.

Parameters
llistPointer 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.

Returns
Pointer to the head of the linked list on success, NULL on error.