nrfxlib API 0.1.0
|
void nrf_wifi_osal_llist_add_node_head | ( | void * | llist, |
void * | llist_node | ||
) |
Add a node to the head of a linked list.
llist | Pointer to a linked list. |
llist_node | Pointer 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.