X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fpoll.h;h=3b8e699f6f28c3f69beb9c97ce7c964b4ec09ee2;hb=1fd25f5f88e058ef2a184e8bae3b82b749b6c67a;hp=a9e0e1c2d1f2ff89d99a9377a1de7d0dc78483cd;hpb=d1e7f0919ea84911e2ab965418cd502ba6a906e1;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/include/linux/poll.h b/include/linux/poll.h index a9e0e1c..3b8e699 100644 --- a/include/linux/poll.h +++ b/include/linux/poll.h @@ -110,6 +110,8 @@ struct poll_wqueues { extern void poll_initwait(struct poll_wqueues *pwq); extern void poll_freewait(struct poll_wqueues *pwq); +extern int poll_schedule_timeout(struct poll_wqueues *pwq, int state, + ktime_t *expires, unsigned long slack); extern u64 select_estimate_accuracy(struct timespec64 *tv); #define MAX_INT64_SECONDS (((s64)(~((u64)0)>>1)/HZ)-1)