nrfxlib API 0.1.0
|
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.
llist | A pointer to the linked list. |
llist_node | A pointer to the linked list node to add. |