X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fff-varint.h;h=18ab03eed9b8109fa686e9617ce9a5e50bc0e4ac;hb=dccd8baf525eff30d16bf347cdef95a148d853d7;hp=2913267943ba9fad97cc186993ac7f9151caa175;hpb=1b2faf7409371da71c440704e3a75c34f7a9d750;p=libucw.git diff --git a/ucw/ff-varint.h b/ucw/ff-varint.h index 29132679..18ab03ee 100644 --- a/ucw/ff-varint.h +++ b/ucw/ff-varint.h @@ -13,6 +13,11 @@ #include #include +#ifdef CONFIG_UCW_CLEAN_ABI +#define bget_varint_slow ucw_bget_varint_slow +#define bput_varint_slow ucw_bput_varint_slow +#endif + u64 bget_varint_slow(struct fastbuf *b, u64 repl); void bput_varint_slow(struct fastbuf *b, u64 u);