diff options
Diffstat (limited to 'include/fastboot.h')
-rw-r--r-- | include/fastboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h index 59250e1..abdbb6d 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -138,6 +138,7 @@ #define FASTBOOT_PARTITION_RECOVERY "recovery" #define FASTBOOT_PARTITION_SYSTEM "system" #define FASTBOOT_PARTITION_BOOTLOADER "bootloader" +#define FASTBOOT_PARTITION_DATA "data" enum { DEV_SATA, |