Skip to main content

fdt_getprop_by_offset

Function fdt_getprop_by_offset 

Source
pub unsafe extern "C" fn fdt_getprop_by_offset(
    fdt: *const c_void,
    offset: c_int,
    namep: *mut *const c_char,
    lenp: *mut c_int,
) -> *const c_void