#pragma once #include "fd.h" const struct fd_provider epoll_fd_provider; #define MAX_EPOLL_FDS 10 .