]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/poll.h
Merge branch 'master' into tk71
[mv-sheeva.git] / include / linux / poll.h
index 600cc1fde64dbc96b9ddcae98bd79e2254ef40db..1a2ccd6f38239ca938c27f4bbe28226b93ab3cb8 100644 (file)
@@ -57,7 +57,7 @@ struct poll_table_entry {
 };
 
 /*
- * Structures and helpers for sys_poll/sys_poll
+ * Structures and helpers for select/poll syscall
  */
 struct poll_wqueues {
        poll_table pt;
@@ -73,6 +73,8 @@ 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 long select_estimate_accuracy(struct timespec *tv);
+
 
 static inline int poll_schedule(struct poll_wqueues *pwq, int state)
 {