X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fasio.h;h=369b4fa5d02c93ecd6151ccba8cc63f64e46ddd2;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=f80cc699dced508ab4b18bb7fff32531a045448c;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/asio.h b/ucw/asio.h index f80cc699..369b4fa5 100644 --- a/ucw/asio.h +++ b/ucw/asio.h @@ -10,8 +10,18 @@ #ifndef _UCW_ASIO_H #define _UCW_ASIO_H -#include "ucw/workqueue.h" -#include "ucw/clists.h" +#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