Searched defs:vendor_boot_img_hdr_v4 (Results 1 – 2 of 2) sorted by relevance
404 struct vendor_boot_img_hdr_v4 : public vendor_boot_img_hdr_v3 { struct405 uint32_t vendor_ramdisk_table_size; /* size in bytes for the vendor ramdisk table */406 uint32_t vendor_ramdisk_table_entry_num; /* number of entries in the vendor ramdisk table */407 uint32_t vendor_ramdisk_table_entry_size; /* size in bytes for a vendor ramdisk table entry */408 uint32_t bootconfig_size; /* size in bytes for the bootconfig section */
510 pub struct vendor_boot_img_hdr_v4 { struct519 const UNINIT: ::core::mem::MaybeUninit<vendor_boot_img_hdr_v4> = in bindgen_test_layout_vendor_boot_img_hdr_v4() argument577 impl Default for vendor_boot_img_hdr_v4 { implementation