1menuconfig RTT_POSIX_TESTCASE_AIO_H 2 bool "<aio.h>" 3 default n 4 5if RTT_POSIX_TESTCASE_AIO_H 6 7 config AIO_H_AIO_CANCEL 8 bool "<aio.h -> aio_cancel>" 9 default n 10 11 config AIO_H_AIO_ERROR 12 bool "<aio.h -> aio_error>" 13 default n 14 15 config AIO_H_AIO_FSYNC 16 bool "<aio.h -> aio_fsync>" 17 default n 18 19 config AIO_H_AIO_READ 20 bool "<aio.h -> aio_read>" 21 default n 22 23 config AIO_H_AIO_RETURN 24 bool "<aio.h -> aio_return>" 25 default n 26 27 config AIO_H_AIO_SUSPEND 28 bool "<aio.h -> aio_suspend>" 29 default n 30 31 config AIO_H_AIO_WRITE 32 bool "<aio.h -> aio_write>" 33 default n 34 35 config AIO_H_AIO_LISTIO 36 bool "<aio.h -> lio_listio>" 37 default n 38 39endif 40