Home
last modified time | relevance | path

Searched refs:zbi_flags_t (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dzbi_format.rs107 pub type zbi_flags_t = u32; typedef
108 pub const ZBI_FLAGS_VERSION: zbi_flags_t = 65536;
109 pub const ZBI_FLAGS_CRC32: zbi_flags_t = 131072;
117 pub flags: zbi_flags_t,