commit | 8faa415c9ed716d179c81c17944a508e59cbb61d | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Tue Jan 12 22:52:37 2021 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Tue Jan 12 22:52:37 2021 +0000 |
tree | 1421ede4d676f9247f29b46df952c6144e11a8b0 | |
parent | 7e0ba59e731fc1583107e05bafb634acf2b44566 [diff] | |
parent | 93d82a701d0d1c43e6d1bae035eb951d4be41781 [diff] |
Snap for 7077657 from 93d82a701d0d1c43e6d1bae035eb951d4be41781 to r-keystone-qcom-release Change-Id: I1d1d7d354844d971b662240df5ad00f3fb3a1123
diff --git a/ext4_utils/include/ext4_utils/ext4_utils.h b/ext4_utils/include/ext4_utils/ext4_utils.h index 2715614..cf65787 100644 --- a/ext4_utils/include/ext4_utils/ext4_utils.h +++ b/ext4_utils/include/ext4_utils/ext4_utils.h
@@ -131,7 +131,7 @@ u64 get_block_device_size(int fd); // recovery int is_block_device_fd(int fd); // wipe.c u64 get_file_size(int fd); // fs_mgr - +int ext4_bg_has_super_block(int bg); int read_ext(int fd, int verbose); // vold #ifdef __cplusplus