zephyr::raw

Function sys_sflist_peek_head

source
pub unsafe extern "C" fn sys_sflist_peek_head(
    list: *mut _sflist,
) -> *mut _sfnode
Expand description

@brief Peek the first node from the list

@param list A point on the list to peek the first node from

@return A pointer on the first node of the list (or NULL if none)