summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-11-03 18:12:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-11-03 18:12:39 +0000
commitc1367197f4eb54a18feca83bb796656d4177e13f (patch)
tree1421ede4d676f9247f29b46df952c6144e11a8b0
parent8524862f32a1a7d6023659fb38e9e51d4a8c6dea (diff)
parente5fb8f461bcc7e1e38bd002cd22b7be546b34127 (diff)
downloadextras-android11-platform-release.tar.gz
Change-Id: I02c16cb82184afb944efab3f7f1b8ebefc63c0e9
-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