Skip to main content

fdt_header_size

Function fdt_header_size 

Source
pub unsafe extern "C" fn fdt_header_size(fdt: *const c_void) -> usize
Expand description

fdt_header_size - return the size of the tree’s header @fdt: pointer to a flattened device tree

returns: size of DTB header in bytes