Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
28f4c58045ede40c44d331b9a6c9a6a41eb8e9a9
/
.
/
include
/
linux
/
resource.h
blob: 4fdbc0c3f31546dd43e163218e3c2686fa2b3182 [
file
]
/* 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