summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-09-03 23:13:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-09-03 23:13:18 +0000
commitfefd3bcbd0dbe8ca5401208c7f418a673be74609 (patch)
tree1421ede4d676f9247f29b46df952c6144e11a8b0
parent72f53299047704bbb69a5cfe9f878743d2516f54 (diff)
parentb35a59eb33bb335baddf367208f5c684b66d3c85 (diff)
downloadextras-android11-qpr1-s2-release.tar.gz
Change-Id: Ib7dcdcb8537b4ce3b22f13a894f5984b445447e2
-rw-r--r--ext4_utils/include/ext4_utils/ext4_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/include/ext4_utils/ext4_utils.h b/ext4_utils/include/ext4_utils/ext4_utils.h
index 27156145..cf657877 100644
--- a/ext4_utils/include/ext4_utils/ext4_utils.h
+++ b/ext4_utils/include/ext4_utils/ext4_utils.h
@@ -131,7 +131,7 @@ int bitmap_get_bit(u8 *bitmap, u32 bit); // vold
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