master/ioctl.h
changeset 1585 1f640e321ee4
parent 1535 0c484ee12d89
child 1600 e36c92cf58a9
equal deleted inserted replaced
1584:cd9a68fd5b89 1585:1f640e321ee4
   121 #define EC_IOCTL_VOE_READ              EC_IOW(0x3d, ec_ioctl_voe_t)
   121 #define EC_IOCTL_VOE_READ              EC_IOW(0x3d, ec_ioctl_voe_t)
   122 #define EC_IOCTL_VOE_READ_NOSYNC       EC_IOW(0x3e, ec_ioctl_voe_t)
   122 #define EC_IOCTL_VOE_READ_NOSYNC       EC_IOW(0x3e, ec_ioctl_voe_t)
   123 #define EC_IOCTL_VOE_WRITE            EC_IOWR(0x3f, ec_ioctl_voe_t)
   123 #define EC_IOCTL_VOE_WRITE            EC_IOWR(0x3f, ec_ioctl_voe_t)
   124 #define EC_IOCTL_VOE_EXEC             EC_IOWR(0x40, ec_ioctl_voe_t)
   124 #define EC_IOCTL_VOE_EXEC             EC_IOWR(0x40, ec_ioctl_voe_t)
   125 #define EC_IOCTL_VOE_DATA             EC_IOWR(0x41, ec_ioctl_voe_t)
   125 #define EC_IOCTL_VOE_DATA             EC_IOWR(0x41, ec_ioctl_voe_t)
       
   126 #define EC_IOCTL_SET_MAX_CYCLE_SIZE    EC_IOW(0x42, size_t)
   126 
   127 
   127 /*****************************************************************************/
   128 /*****************************************************************************/
   128 
   129 
   129 #define EC_IOCTL_STRING_SIZE 64
   130 #define EC_IOCTL_STRING_SIZE 64
   130 
   131