repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.
[linux-2.6/linux-2.6-openrd.git]
/
include
/
linux
/
timerfd.h
blob
cf2b10d757312b66d2ae35fd24d99246a3739fe4
1
/*
2
* include/linux/timerfd.h
3
*
4
* Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org>
5
*
6
*/
7
8
#ifndef _LINUX_TIMERFD_H
9
#define _LINUX_TIMERFD_H
10
11
12
#define TFD_TIMER_ABSTIME (1 << 0)
13
14
15
16
#endif
/* _LINUX_TIMERFD_H */
17