mirror of https://github.com/yandex/odyssey.git
13 lines
143 B
C
13 lines
143 B
C
![]() |
#ifndef MM_EPOLL_H_
|
||
|
#define MM_EPOLL_H_
|
||
|
|
||
|
/*
|
||
|
* machinarium.
|
||
|
*
|
||
|
* cooperative multitasking engine.
|
||
|
*/
|
||
|
|
||
|
extern mm_pollif_t mm_epoll_if;
|
||
|
|
||
|
#endif
|