X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffastboot.h;h=57daaf1298211e1c01f89de944c56913ac8f18ab;hb=ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54;hp=b86b508e69fd95288067936642dd28e7b3a5449c;hpb=2b2a771b40876c3db456705d5dcc5b60249d4075;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fastboot.h b/include/fastboot.h index b86b508..57daaf1 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -38,6 +38,16 @@ enum { #if CONFIG_IS_ENABLED(FASTBOOT_CMD_OEM_FORMAT) FASTBOOT_COMMAND_OEM_FORMAT, #endif +#if CONFIG_IS_ENABLED(FASTBOOT_CMD_OEM_PARTCONF) + FASTBOOT_COMMAND_OEM_PARTCONF, +#endif +#if CONFIG_IS_ENABLED(FASTBOOT_CMD_OEM_BOOTBUS) + FASTBOOT_COMMAND_OEM_BOOTBUS, +#endif +#if CONFIG_IS_ENABLED(FASTBOOT_UUU_SUPPORT) + FASTBOOT_COMMAND_ACMD, + FASTBOOT_COMMAND_UCMD, +#endif FASTBOOT_COMMAND_COUNT }; @@ -163,4 +173,7 @@ void fastboot_data_download(const void *fastboot_data, */ void fastboot_data_complete(char *response); +#if CONFIG_IS_ENABLED(FASTBOOT_UUU_SUPPORT) +void fastboot_acmd_complete(void); +#endif #endif /* _FASTBOOT_H_ */