Skip to main content

get_zbi_container

Function get_zbi_container 

Source
pub fn get_zbi_container(
    zbi_vmo: &Vmo,
    vmar: &Vmar,
) -> Result<ZbiContainer<&'static [u8]>, Error>
Expand description

Maps the ZBI VMO into a VMAR and parses the ZBI container.