mirror of https://github.com/ArduPilot/ardupilot
8 lines
99 B
C
8 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
#include_next <sys/epoll.h>
|
||
|
|
||
|
#ifndef EPOLLWAKEUP
|
||
|
#define EPOLLWAKEUP (1U<<29)
|
||
|
#endif
|