Second stage of implementation of GPT production.

It implements the writer class for the backup GPT.
This commit is contained in:
2012-06-04 20:39:34 +02:00
parent 21109ffcf1
commit 36502f8ae3
4 changed files with 363 additions and 145 deletions

View File

@ -190,4 +190,9 @@ int iso_write_gpt_header_block(Ecma119Image *t, uint32_t img_blocks,
uint8_t *buf, uint32_t max_entries,
uint32_t part_start, uint32_t p_arr_crc);
/* Creates the GPT backup tail writer.
*/
int gpt_tail_writer_ecma119_writer_create(Ecma119Image *target);
#endif /* SYSTEM_AREA_H_ */