Kinsey Moore commented on a discussion on bsps/include/dev/flash/jffs2_flashdev.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/319#note_115239 > + * flashdev-controlled device file. > + * > + * @param flashdev_path is a device file created by the flashdev backend > + * @param mount_dir is the location at which to mount the JFFS2 filesystem > + * @param region is a description of the segment of the device file to > mount > + * @param read_only is a flag indicating whether the mounted JFFS2 > filesystem > + * can be written > + * > + * @return RTEMS_SUCCESSFUL on success. > + */ > +rtems_status_code jffs2_flashdev_mount( > + const char *flashdev_path, > + const char *mount_dir, > + rtems_flashdev_region *region, > + bool read_only > +); This has been added via the patch provided in the associated issue. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/319#note_115239 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
