X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fbbuf.h;h=9e26436b58d99cb7bc804c6406668d8995b8f191;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=bb023a02ef73a1029668f27bd7acdb974f84347f;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/bbuf.h b/ucw/bbuf.h index bb023a02..9e26436b 100644 --- a/ucw/bbuf.h +++ b/ucw/bbuf.h @@ -10,6 +10,13 @@ #ifndef _UCW_BBUF_H #define _UCW_BBUF_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define bb_printf ucw_bb_printf +#define bb_printf_at ucw_bb_printf_at +#define bb_vprintf ucw_bb_vprintf +#define bb_vprintf_at ucw_bb_vprintf_at +#endif + #define GBUF_TYPE byte #define GBUF_PREFIX(x) bb_##x #include