diff options
Diffstat (limited to 'runtime/autoconf-hrtimer-rel.c')
-rw-r--r-- | runtime/autoconf-hrtimer-rel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/autoconf-hrtimer-rel.c b/runtime/autoconf-hrtimer-rel.c new file mode 100644 index 00000000..b7910be8 --- /dev/null +++ b/runtime/autoconf-hrtimer-rel.c @@ -0,0 +1,3 @@ +#include <linux/hrtimer.h> + +int x = HRTIMER_REL; /* as opposed to HRTIMER_MODE_REL */ |