Re: [PATCH 1/2] Add support for a mmap file handler

2017-05-21 Thread Sebastian Huber
On 20/05/17 14:47, Kevin Kirspel wrote: +/** * @brief File system node operations table. */ struct _rtems_filesystem_file_handlers_r { @@ -993,6 +1015,7 @@ struct _rtems_filesystem_file_handlers_r { rtems_filesystem_fcntl_t fcntl_h; rtems_filesystem_poll_t poll_h; rtems_filesy

[PATCH 1/2] Add support for a mmap file handler

2017-05-20 Thread Kevin Kirspel
--- cpukit/dev/i2c/i2c-bus.c| 1 + cpukit/dev/i2c/i2c-dev.c| 1 + cpukit/dev/spi/spi-bus.c| 1 + cpukit/libblock/src/blkdev-imfs.c | 1 + cpukit/libcsupport/include/rtems/libio.h| 38 cpukit