]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/resctrl.h
Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[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
5#ifdef CONFIG_PROC_CPU_RESCTRL
6
7int proc_resctrl_show(struct seq_file *m,
8 struct pid_namespace *ns,
9 struct pid *pid,
10 struct task_struct *tsk);
11
12#endif
13
14#endif /* _RESCTRL_H */