VSOCK: Introduce virtio_vsock_common.ko
[deliverable/linux.git] / include / linux / resource.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_RESOURCE_H
2#define _LINUX_RESOURCE_H
3
607ca46e 4#include <uapi/linux/resource.h>
1da177e4 5
96d07d21
JS
6
7struct task_struct;
8
83cc5ed3 9int getrusage(struct task_struct *p, int who, struct rusage __user *ru);
5b41535a
JS
10int do_prlimit(struct task_struct *tsk, unsigned int resource,
11 struct rlimit *new_rlim, struct rlimit *old_rlim);
83cc5ed3 12
1da177e4 13#endif
This page took 1.249981 seconds and 5 git commands to generate.