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 d3785480..bee2a320 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -48,6 +48,7 @@ enum { FASTBOOT_COMMAND_ACMD, FASTBOOT_COMMAND_UCMD, #endif + FASTBOOT_COMMAND_OEM_COMMAND, FASTBOOT_COMMAND_COUNT }; |