Keith Deacon | 3a1bbee | 2010-08-31 16:16:01 -0500 | [diff] [blame] | 1 | #ifndef _SYS_EVENTFD_H_ |
2 | #define _SYS_EVENTFD_H_ | ||||
3 | |||||
4 | #include <sys/cdefs.h> | ||||
5 | #include <asm/unistd.h> | ||||
6 | #include <asm/termbits.h> | ||||
7 | |||||
8 | __BEGIN_DECLS | ||||
9 | |||||
10 | extern int eventfd(int count, int flags); | ||||
11 | |||||
12 | __END_DECLS | ||||
13 | |||||
14 | #endif /* _SYS_EVENTFD_H_ */ |