blob: 9b05af9b3e28d50b1dbcf3753e0e433551df26f3 [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _RESCTRL_H
3#define _RESCTRL_H
4
5#include <linux/pid.h>
6
7#ifdef CONFIG_PROC_CPU_RESCTRL
8
9int proc_resctrl_show(struct seq_file *m,
10 struct pid_namespace *ns,
11 struct pid *pid,
12 struct task_struct *tsk);
13
14#endif
15
16#endif /* _RESCTRL_H */