zephyr::raw

Type Alias sys_snode_t

source
pub type sys_snode_t = _snode;
Expand description

Single-linked list node structure.

Aliased Type§

struct sys_snode_t {
    pub next: *mut _snode,
}

Fields§

§next: *mut _snode