Searched defs:BrilloBootInfo (Results 1 - 1 of 1) sorted by relevance

/system/extras/boot_control_copy/
H A Dbootinfo.h28 typedef struct BrilloBootInfo { struct
36 // Version of BrilloBootInfo struct, must be 0 or larger.
46 } BrilloBootInfo; typedef in typeref:struct:BrilloBootInfo
49 bool boot_info_load(BrilloBootInfo *out_info);
50 bool boot_info_save(BrilloBootInfo *info);
53 bool boot_info_validate(BrilloBootInfo* info);
54 void boot_info_reset(BrilloBootInfo* info);
62 _Static_assert(sizeof(BrilloBootInfo) == 32, "BrilloBootInfo has wrong size");

Completed in 160 milliseconds