REBOOT_FLAG
#define BOOT_BL_DOWNLOAD (REBOOT_FLAG + 1)
#define BOOT_RECOVERY (REBOOT_FLAG + 3)
#define BOOT_FASTBOOT (REBOOT_FLAG + 9)
#define BOOT_NORMAL (REBOOT_FLAG + 0)
#define BOOT_BL_DOWNLOAD (REBOOT_FLAG + 1)
#define BOOT_RECOVERY (REBOOT_FLAG + 3)
#define BOOT_FASTBOOT (REBOOT_FLAG + 9)
#define BOOT_NORMAL (REBOOT_FLAG + 0)