Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[GitHub/moto-9609/android_kernel_motorola_exynos9610.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);
5b41535a
JS
11int do_prlimit(struct task_struct *tsk, unsigned int resource,
12 struct rlimit *new_rlim, struct rlimit *old_rlim);
83cc5ed3 13
1da177e4 14#endif