Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_RESOURCE_H
0003 #define _LINUX_RESOURCE_H
0004 
0005 #include <uapi/linux/resource.h>
0006 
0007 
0008 struct task_struct;
0009 
0010 void getrusage(struct task_struct *p, int who, struct rusage *ru);
0011 
0012 #endif