Go to the documentation of this file.
14 #ifndef _CAENUSBdrvB_H
15 #define _CAENUSBdrvB_H
18 #define VERSION(ver,rel,seq) (((ver)<<16) | ((rel)<<8) | (seq))
26 #define V1718_MAGIC 'U'
28 #define V1718_IOCTL_REV _IOWR(V1718_MAGIC, 1, v1718_rev_t)
29 #define V1718_IOCTL_REBOOTB _IOWR(V1718_MAGIC, 2, v1718_rev_t)
30 #define V1718_IOCTL_REBOOTF _IOWR(V1718_MAGIC, 3, v1718_rev_t)
45 #define V1718_DRIVER_VERSION_LEN 20