zephyr::raw

Function sys_slist_prepend

source
pub unsafe extern "C" fn sys_slist_prepend(
    list: *mut _slist,
    node: *mut _snode,
)
Expand description

@brief Prepend a node to the given list

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

@param list A pointer on the list to affect @param node A pointer on the node to prepend