binder: Use wake up hint for synchronous transactions.
[linux-2.6/btrfs-unstable.git] / include / linux / resource.h
blob277afdad65890568c04fe6b06e19f900a06321e8
1 #ifndef _LINUX_RESOURCE_H
2 #define _LINUX_RESOURCE_H
4 #include <uapi/linux/resource.h>
7 struct task_struct;
9 void getrusage(struct task_struct *p, int who, struct rusage *ru);
10 int do_prlimit(struct task_struct *tsk, unsigned int resource,
11 struct rlimit *new_rlim, struct rlimit *old_rlim);
13 #endif