New API call iso_write_opts_set_partition_img().

This commit is contained in:
2010-10-18 16:56:00 +02:00
parent ebb5937568
commit b58d1e28ef
8 changed files with 268 additions and 73 deletions

View File

@ -53,4 +53,9 @@ int iso_write_system_area(Ecma119Image *t, uint8_t *buf);
*/
int iso_read_mipsel_elf(Ecma119Image *t, int flag);
/* Compute size and position of appended partitions.
*/
int iso_compute_append_partitions(Ecma119Image *t, int flag);
#endif /* SYSTEM_AREA_H_ */