diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/mtd/partitions.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/mtd/partitions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ANDROID_3.4.5/include/linux/mtd/partitions.h b/ANDROID_3.4.5/include/linux/mtd/partitions.h index 2475228c..e4f732ae 100644 --- a/ANDROID_3.4.5/include/linux/mtd/partitions.h +++ b/ANDROID_3.4.5/include/linux/mtd/partitions.h @@ -83,5 +83,5 @@ int mtd_is_partition(struct mtd_info *mtd); int mtd_add_partition(struct mtd_info *master, char *name, long long offset, long long length); int mtd_del_partition(struct mtd_info *master, int partno); - +uint64_t mtd_get_device_size(struct mtd_info *mtd); #endif |