Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-block.git] / include / linux / resource.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _LINUX_RESOURCE_H
3#define _LINUX_RESOURCE_H
4
607ca46e 5#include <uapi/linux/resource.h>
1da177e4 6
96d07d21
JS
7
8struct task_struct;
9
ce72a16f 10void getrusage(struct task_struct *p, int who, struct rusage *ru);
83cc5ed3 11
1da177e4 12#endif