summaryrefslogtreecommitdiff
path: root/nuttx/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/poll.h')
-rw-r--r--nuttx/include/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/poll.h b/nuttx/include/poll.h
index e82d48f57..3b41ec99a 100644
--- a/nuttx/include/poll.h
+++ b/nuttx/include/poll.h
@@ -108,6 +108,7 @@ struct pollfd
sem_t *sem; /* Pointer to semaphore used to post output event */
pollevent_t events; /* The input event flags */
pollevent_t revents; /* The output event flags */
+ FAR void *private; /* For use by drivers */
};
/****************************************************************************