enum tapi_sfnt_pp_muxer

Type of iomux call.

#include <tapi_sfnt_pingpong.h>

enum tapi_sfnt_pp_muxer {
    TAPI_SFNT_PP_MUXER_NONE   = 0,
    TAPI_SFNT_PP_MUXER_POLL,
    TAPI_SFNT_PP_MUXER_SELECT,
    TAPI_SFNT_PP_MUXER_EPOLL,
};