zephyr::raw

Function sys_sflist_append

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

@brief Append 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 node A pointer on the node to append