forked from Imagelibrary/rtems
This commit adds support for lio_listio(). psxaio05 has been added to test the new method. To avoid code duplication, the body of aio_read and aio_write has been moved in two helper methods. In this way i can use it also in lio_listio(). In addition to that, a limit on the number of total aio operation enqueued has been added. Updates rtems/programs/gsoc#29