X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=3d9120c5ad1589a0da722e514c370c0a3f1c4fe4;hb=ce04a6fe7d4fa103a0fe0daf7965da0703d5a9e1;hp=cfb0d87b99fcafb8ff0eb753e0ea489dc20478dd;hpb=1a1dc50442ef1a3e5ef938a8541466ac38d163a9;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/sched.h b/include/linux/sched.h index cfb0d87b99f..3d9120c5ad1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1475,6 +1475,10 @@ static inline void put_task_struct(struct task_struct *t) __put_task_struct(t); } +extern cputime_t task_utime(struct task_struct *p); +extern cputime_t task_stime(struct task_struct *p); +extern cputime_t task_gtime(struct task_struct *p); + /* * Per process flags */