Go to the documentation of this file. 43 #include <sys/ioctl.h> 49 #define _IOXIOCBASE (0x2800) 50 #define _IOXIOC(_n) (_IOC(_IOXIOCBASE, _n)) 53 #define IOX_SET_MASK _IOXIOC(1) 56 #define IOX_GET_MASK _IOXIOC(2) 59 #define IOX_SET_MODE _IOXIOC(3) 62 #define IOX_SET_VALUE _IOXIOC(4)