RTEMS | iospace: Add iospace driver (!1243)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri May 15 14:57:08 UTC 2026
Gedare Bloom started a new discussion on cpukit/include/dev/iospace/iospace.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_150231
> + */
> + void *args;
> +} rtems_iospace_event_info;
> +
> +/**
> + * @brief General definition of iospace event arguments.
> + */
> +typedef struct rtems_iospace_event_args {
> + /**
> + * @brief Event index.
> + */
> + uint32_t index;
> + /**
> + * @brief Timeout length.
> + */
> + struct timespec *timeout;
why is this a pointer?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_150231
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260515/ad80ec5f/attachment.htm>
More information about the bugs
mailing list