zephyr::raw

Function sys_dlist_insert

Source
pub unsafe extern "C" fn sys_dlist_insert(
    successor: *mut _dnode,
    node: *mut _dnode,
)
Expand description

@brief Insert a node into a list

Insert a node before a specified node in a dlist.

@param successor the position before which “node” will be inserted @param node the element to insert