X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffastboot.h;h=57daaf1298211e1c01f89de944c56913ac8f18ab;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=797d7dfd52920ed8352f8ac9eca5b17aae9df3f8;hpb=a10d06add73ec0bd9e93b4b517fa2068ef1ca132;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fastboot.h b/include/fastboot.h index 797d7df..57daaf1 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -44,6 +44,10 @@ enum { #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 }; @@ -169,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_ */