diff options
-rw-r--r-- | roots.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ extern "C" { #endif +typedef struct fstab_rec Volume; + // Load and parse volume data from /etc/recovery.fstab. void load_volume_table(); |
index : anonymous/android_bootable_recovery | ||
Team Win Recovery Project (TWRP) | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | roots.h | 2 |
@@ -23,6 +23,8 @@ extern "C" { #endif +typedef struct fstab_rec Volume; + // Load and parse volume data from /etc/recovery.fstab. void load_volume_table(); |