diff options
Diffstat (limited to 'fastboot/fs.h')
-rw-r--r-- | fastboot/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fastboot/fs.h b/fastboot/fs.h index 65b9555..8444081 100644 --- a/fastboot/fs.h +++ b/fastboot/fs.h @@ -1,11 +1,11 @@ #ifndef _FS_H_ -#define _FH_H_ +#define _FS_H_ #include <stdint.h> struct fs_generator; -const struct fs_generator* fs_get_generator(const char* name); +const struct fs_generator* fs_get_generator(const char *fs_type); int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize); #endif |