odyssey/src/mm_epoll.h

13 lines
143 B
C
Raw Normal View History

#ifndef MM_EPOLL_H_
#define MM_EPOLL_H_
/*
* machinarium.
*
* cooperative multitasking engine.
*/
extern mm_pollif_t mm_epoll_if;
#endif