]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/tile/include/asm/hardwall.h
proc: convert /proc/$PID/hardwall to seq_file interface
[karo-tx-linux.git] / arch / tile / include / asm / hardwall.h
index 2f572b6b7bc2b6efd259ba6880da4bbf02f5bc79..44d2765bde2bfb337e7552e3e6201f3bfe6fc2c5 100644 (file)
@@ -23,7 +23,7 @@
 struct proc_dir_entry;
 #ifdef CONFIG_HARDWALL
 void proc_tile_hardwall_init(struct proc_dir_entry *root);
-int proc_pid_hardwall(struct task_struct *task, char *buffer);
+int proc_pid_hardwall(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task);
 #else
 static inline void proc_tile_hardwall_init(struct proc_dir_entry *root) {}
 #endif