CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_Common/missing/sys/epoll.h
Views: 1800
1
#pragma once
2
3
#include_next <sys/epoll.h>
4
5
#ifndef EPOLLWAKEUP
6
#define EPOLLWAKEUP (1U<<29)
7
#endif
8
9