Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
phy
/
linux-phy
/
bb1c9ccf740eae3f116a2bb5d26c2bfb80cc8c7e
/
.
/
include
/
linux
/
resource.h
blob: 4fdbc0c3f31546dd43e163218e3c2686fa2b3182 [
file
] [
log
] [
blame
]
/* 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