summaryrefslogblamecommitdiff
path: root/include/linux/resource.h
blob: 4fdbc0c3f31546dd43e163218e3c2686fa2b3182 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      


                         
                                
 


                   
                                                                  
 
      
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_RESOURCE_H
#define _LINUX_RESOURCE_H

#include <uapi/linux/resource.h>


struct task_struct;

void getrusage(struct task_struct *p, int who, struct rusage *ru);

#endif