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

◆ llist_add_node_head

void(* nrf_wifi_osal_ops::llist_add_node_head) (void *llist, void *llist_node)

Add a linked list node to the head of a linked list.

Parameters
llistA pointer to the linked list.
llist_nodeA pointer to the linked list node to add.