struct AvbFooter
Defined at line 53 of file ../../third_party/android/platform/external/avb/include/libavb/../../libavb/avb_footer.h
The struct used as a footer used on partitions, used to find the
AvbVBMetaImageHeader struct. This struct is always stored at the
end of a partition.
Public Members
uint8_t[4] magic
uint32_t version_major
uint32_t version_minor
uint64_t original_image_size
uint64_t vbmeta_offset
uint64_t vbmeta_size
uint8_t[28] reserved