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

◆ nrf_wifi_osal_llist_add_node_head()

void nrf_wifi_osal_llist_add_node_head ( void *  llist,
void *  llist_node 
)

Add a node to the head of a linked list.

Parameters
llistPointer to a linked list.
llist_nodePointer to a linked list node.

Adds a linked list node ( llist_node) allocated by nrf_wifi_osal_llist_node_alloc to the head of a linked list (llist) allocated by nrf_wifi_osal_llist_alloc.

Returns
None.