2017-11-01 15:07:57 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _LINUX_RESOURCE_H
|
|
|
|
|
#define _LINUX_RESOURCE_H
|
|
|
|
|
|
2012-10-13 10:46:48 +01:00
|
|
|
#include <uapi/linux/resource.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-11-20 14:16:33 +01:00
|
|
|
|
|
|
|
|
struct task_struct;
|
|
|
|
|
|
2017-05-14 20:25:02 -04:00
|
|
|
void getrusage(struct task_struct *p, int who, struct rusage *ru);
|
2006-06-25 05:47:41 -07:00
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
#endif
|