|
@@ -1263,6 +1263,8 @@ int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
|
|
ulong *os_data, ulong *os_len);
|
|
ulong *os_data, ulong *os_len);
|
|
int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
|
|
int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
|
|
ulong *rd_data, ulong *rd_len);
|
|
ulong *rd_data, ulong *rd_len);
|
|
|
|
+int android_image_get_second(const struct andr_img_hdr *hdr,
|
|
|
|
+ ulong *second_data, ulong *second_len);
|
|
ulong android_image_get_end(const struct andr_img_hdr *hdr);
|
|
ulong android_image_get_end(const struct andr_img_hdr *hdr);
|
|
ulong android_image_get_kload(const struct andr_img_hdr *hdr);
|
|
ulong android_image_get_kload(const struct andr_img_hdr *hdr);
|
|
void android_print_contents(const struct andr_img_hdr *hdr);
|
|
void android_print_contents(const struct andr_img_hdr *hdr);
|