repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[2.6 patch] ocfs2: make dlm_do_assert_master() static
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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