X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fsig-cmp-gen.h;h=e7fb4e7fe84162961b72d1ce4b368a815ddd3b61;hb=caa88a0e3b694ddb2a518b9b620355c2631735d2;hp=9e736817c75ca62dbf135afe482fa751784119af;hpb=f86ffe4a0bd2f45790015001bbbcbf97a9b6793e;p=libucw.git diff --git a/images/sig-cmp-gen.h b/images/sig-cmp-gen.h index 9e736817..e7fb4e7f 100644 --- a/images/sig-cmp-gen.h +++ b/images/sig-cmp-gen.h @@ -1,3 +1,8 @@ +#ifdef CONFIG_UCW_CLEAN_ABI +#define image_signatures_dist ucw_image_signatures_dist +#define image_signatures_dist_explain ucw_image_signatures_dist_explain +#endif + #ifdef EXPLAIN # define MSG(x...) do{ line += sprintf(line, x); }while(0) # define LINE do{ line = buf; msg(line, param); }while(0)