typo
[lnanohttp.git] / ulinux / archs / x86 / epoll.h
blob96db5893f5c1f4637359ec4a65b730eaa8a0e951
1 #ifndef ULINUX_ARCH_EPOLL_H
2 #define ULINUX_ARCH_EPOLL_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
6 *******************************************************************************/
7 struct ulinux_epoll_event{
8 ulinux_u32 events;
9 union ulinux_epoll_data data;
11 #endif