zephyr::raw

Function sys_sflist_insert

source
pub unsafe extern "C" fn sys_sflist_insert(
    list: *mut _sflist,
    prev: *mut _sfnode,
    node: *mut _sfnode,
)
Expand description

@brief Insert a node to the given list

This and other sys_sflist_*() functions are not thread safe.

@param list A pointer on the list to affect @param prev A pointer on the previous node @param node A pointer on the node to insert