]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/eventpoll.h
PCI: add routines for debugging and handling lost interrupts
[linux-2.6-omap-h63xx.git] / include / linux / eventpoll.h
index cf79853967ffb25b839e7c77c3bf8ef9956d95e8..f1e1d3c471250bf67d7b50d8e7fd62240c4deef1 100644 (file)
 #ifndef _LINUX_EVENTPOLL_H
 #define _LINUX_EVENTPOLL_H
 
+/* For O_CLOEXEC */
+#include <linux/fcntl.h>
 #include <linux/types.h>
 
+/* Flags for epoll_create1.  */
+#define EPOLL_CLOEXEC O_CLOEXEC
 
 /* Valid opcodes to issue to sys_epoll_ctl() */
 #define EPOLL_CTL_ADD 1