X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ffb-socket.h;h=c288e0ac4ea5de0229d395e2736ca93907d0df88;hb=da418321735b159f0ff39366d68203c772f152d4;hp=033797a1bb29870a475923145719afd0ea46bc8f;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/fb-socket.h b/ucw/fb-socket.h index 033797a1..c288e0ac 100644 --- a/ucw/fb-socket.h +++ b/ucw/fb-socket.h @@ -12,6 +12,10 @@ #include +#ifdef CONFIG_UCW_CLEAN_ABI +#define fbsock_create ucw_fbsock_create +#endif + struct fbsock_params { /** Configuration of socket fastbuf. **/ int fd; int fd_is_shared;