X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpart.h;h=1cfc43bcfb4d7feff1ad107fbc74f184c51f46c0;hb=d0fcf75a4dbfa626a4cbff86ac67ae632fa3527c;hp=ed8828baeeb148da018333d0d46203a39d332e76;hpb=37650cea98e5709f2ecbea85e51d13a5b7e35582;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/include/part.h b/include/part.h index ed8828b..1cfc43b 100644 --- a/include/part.h +++ b/include/part.h @@ -144,6 +144,7 @@ int test_part_amiga (block_dev_desc_t *dev_desc); #ifdef CONFIG_EFI_PARTITION /* disk/part_efi.c */ int get_partition_info_efi (block_dev_desc_t * dev_desc, int part, disk_partition_t *info); +int get_partition_info_efi_with_partnum(block_dev_desc_t * dev_desc, int part, disk_partition_t * info, unsigned long total, unsigned long sdidx, int sdpart, disk_partition_t *sdinfo); int get_partition_info_by_name_efi(block_dev_desc_t * dev_desc, wchar_t* partition_name,disk_partition_t * info); int get_partition_num_by_name_efi(block_dev_desc_t * dev_desc, const char *partition_name); void print_part_efi (block_dev_desc_t *dev_desc);