summaryrefslogtreecommitdiff
path: root/fastboot/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/fs.h')
-rw-r--r--fastboot/fs.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/fastboot/fs.h b/fastboot/fs.h
index f832938e6..331100de1 100644
--- a/fastboot/fs.h
+++ b/fastboot/fs.h
@@ -5,13 +5,6 @@
struct fs_generator;
-enum FS_OPTION {
- FS_OPT_CASEFOLD,
- FS_OPT_PROJID,
- FS_OPT_COMPRESS,
-};
-
const struct fs_generator* fs_get_generator(const std::string& fs_type);
int fs_generator_generate(const struct fs_generator* gen, const char* fileName, long long partSize,
- const std::string& initial_dir, unsigned eraseBlkSize = 0,
- unsigned logicalBlkSize = 0, unsigned fsOptions = 0);
+ const std::string& initial_dir, unsigned eraseBlkSize = 0, unsigned logicalBlkSize = 0);