blob: 0e142fdf044e4e97d6574d9d73a40e827a00a83e [file] [log] [blame]
Keith Deacon3a1bbee2010-08-31 16:16:01 -05001#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
10extern int eventfd(int count, int flags);
11
12__END_DECLS
13
14#endif /* _SYS_EVENTFD_H_ */