Searched defs:boot_file_head (Results 1 – 1 of 1) sorted by relevance
31 struct boot_file_head { struct32 uint32_t b_instruction; /* one intruction jumping to real code */33 uint8_t magic[8]; /* ="eGON.BT0" or "eGON.BT1", not C-style str */34 uint32_t check_sum; /* generated by PC */35 uint32_t length; /* generated by PC */52 union {56 uint32_t fel_script_address; /* since v0.1, set by sunxi-fel */80 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
Completed in 3 milliseconds