RTEMS | iospace: Add iospace driver (!1243)

Aaron Nyholm (@eagleirony) gitlab at rtems.org
Thu Jun 18 06:56:30 UTC 2026




Aaron Nyholm commented on a discussion on cpukit/dev/io/iodev.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152719

 > +  }
 > +}
 > +
 > +static int rtems_iodev_mmap(
 > +  rtems_libio_t *iop,
 > +  void         **addr,
 > +  size_t         len,
 > +  int            prot,
 > +  off_t          off
 > +)
 > +{
 > +  rtems_iodev        *iodev = IMFS_generic_get_context_by_iop( iop );
 > +  rtems_iodev_region *regions;
 > +  size_t                region_count = 0;
 > +
 > +  if (len == 0 || *addr != NULL || off < 0) {

Formatter run

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152719
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/20260618/0a8bf696/attachment.htm>


More information about the bugs mailing list