X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fasio.h;h=369b4fa5d02c93ecd6151ccba8cc63f64e46ddd2;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=420e0d6937ffd6d3d48529ffd5cae35151b8d8e9;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/asio.h b/ucw/asio.h index 420e0d69..369b4fa5 100644 --- a/ucw/asio.h +++ b/ucw/asio.h @@ -13,6 +13,16 @@ #include #include +#ifdef CONFIG_UCW_CLEAN_ABI +#define asio_cleanup_queue ucw_asio_cleanup_queue +#define asio_get ucw_asio_get +#define asio_init_queue ucw_asio_init_queue +#define asio_put ucw_asio_put +#define asio_submit ucw_asio_submit +#define asio_sync ucw_asio_sync +#define asio_wait ucw_asio_wait +#endif + /* * This module takes care of scheduling and executing asynchronous I/O requests * on files opened with O_DIRECT. It is primarily used by the fb-direct fastbuf