Merge branches 'pm-cpufreq' and 'pm-cpuidle'
[linux-2.6-microblaze.git] / include / linux / seccomp.h
index 47763f3..0c564e5 100644 (file)
@@ -121,4 +121,11 @@ static inline long seccomp_get_metadata(struct task_struct *task,
        return -EINVAL;
 }
 #endif /* CONFIG_SECCOMP_FILTER && CONFIG_CHECKPOINT_RESTORE */
+
+#ifdef CONFIG_SECCOMP_CACHE_DEBUG
+struct seq_file;
+
+int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
+                          struct pid *pid, struct task_struct *task);
+#endif
 #endif /* _LINUX_SECCOMP_H */