- patches.rt/0001-sched-count-of-queued-RT-tasks.patch: Delete.
[linux-flexiantxendom0-3.2.10.git] / include / xen / sysctl.h
1 #ifndef _XEN_SYSCTL_H
2 #define _XEN_SYSCTL_H
3
4 /* CTL_XEN names: */
5 enum
6 {
7         CTL_XEN_INDEPENDENT_WALLCLOCK=1,
8         CTL_XEN_PERMITTED_CLOCK_JITTER=2,
9 };
10
11 #endif /* _XEN_SYSCTL_H */