timers: Posix interface for alarm-timers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / capability.h
index 16ee8b49a20030cc190c36d4689e43e0c01348a8..7cb23eae693d583f769f4093b56912304c1f72ea 100644 (file)
@@ -355,7 +355,12 @@ struct cpu_vfs_cap_data {
 
 #define CAP_SYSLOG           34
 
-#define CAP_LAST_CAP         CAP_SYSLOG
+/* Allow triggering something that will wake the system */
+
+#define CAP_WAKE_ALARM            35
+
+
+#define CAP_LAST_CAP         CAP_WAKE_ALARM
 
 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)