]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/resctrl.h
Merge tag 'irqchip-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / include / linux / resctrl.h
CommitLineData
e79f15a4
CY
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _RESCTRL_H
3#define _RESCTRL_H
4
a21a4391
JM
5#include <linux/pid.h>
6
e79f15a4
CY
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 */