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

◆ llist_get_node_head

void *(* nrf_wifi_osal_ops::llist_get_node_head) (void *llist)

Return the head node from a linked list.

Parameters
llistA pointer to the linked list.
Returns
A pointer to the head node, or NULL if the linked list is empty.