enum tapi_iomux_type
Type of iomux call, for usage as parameter of function in this library.
It must be synchronized with definitions in .x file.
#include <tapi_iomux.h> enum tapi_iomux_type { TAPI_IOMUX_UNKNOWN, TAPI_IOMUX_SELECT = 1, TAPI_IOMUX_PSELECT = 2, TAPI_IOMUX_POLL = 3, TAPI_IOMUX_PPOLL = 4, TAPI_IOMUX_EPOLL = 5, TAPI_IOMUX_EPOLL_PWAIT = 6, TAPI_IOMUX_RESERVED = 7, TAPI_IOMUX_EPOLL_PWAIT2 = 8, TAPI_IOMUX_DEFAULT = 9, };