1
0
Fork 0
android_kernel_rockchip_tart/include/linux/resource.h
2025-06-27 00:32:42 -05:00

12 lines
223 B
C

/* 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