Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d78168bd authored by Koushik Dutta's avatar Koushik Dutta
Browse files

WIP: CWM recovery fstab features.

Change-Id: Ibb4c910ab7f3c377a8f358214d58357c40d5811a
parent fbbb1a75
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -38,6 +38,13 @@ struct fstab_rec {
    long long length;
    char *label;
    int partnum;

    // cwm
    char *blk_device2;
    char *fs_type2;
    char *fs_options2;

    char *lun;
};

struct fstab *fs_mgr_read_fstab(const char *fstab_path);